IDWriteAsyncResult::GetResult method

Returns the result of the asynchronous operation. The return value is E_PENDING if the operation has not yet completed.

Syntax


HRESULT GetResult();

Parameters

This method has no parameters.

Return value

Type: HRESULT

Returns the result of the asynchronous operation. The return value is E_PENDING if the operation has not yet completed.

Requirements

Header

Dwrite_3.h

Library

Dwrite.lib

See also

IDWriteAsyncResult

 

 

Show: