IDWriteAsyncResult::GetWaitHandle method (dwrite_3.h)

Returns a handle that can be used to wait for the asynchronous operation to complete. The handle remains valid until the interface is released.

Syntax

HANDLE GetWaitHandle();

Return value

Type: HANDLE

Returns a handle that can be used to wait for the asynchronous operation to complete. The handle remains valid until the interface is released.

Requirements

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

See also

IDWriteAsyncResult