IDWriteAsyncResult::GetResult method (dwrite_3.h)

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

Syntax

HRESULT GetResult();

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

Requirement Value
Target Platform Windows
Header dwrite_3.h
Library Dwrite.lib

See also

IDWriteAsyncResult