Edit

Share via


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
Minimum supported client Windows 10 Build 15063
Minimum supported server Windows 10 Build 15063
Target Platform Windows
Header dwrite_3.h
Library Dwrite.lib

See also

IDWriteAsyncResult