GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
ISignal
IWaitObject
Wait
WaitableHandle
ICallbackObject
ISignalCallback
IEventClient
Structures
Error codes
DataAccess interfaces
C# API
WinRT API
DTDL
DADL
Setup

IWaitObject::WaitableHandle

Returns a HANDLE for the WaitObject that can be used with wait functions like WaitForSingleObject.

Syntax

HANDLE WaitableHandle();

Parameter

This function has no parameters.

Return value

A HANDLE that can be used with wait functions like WaitForSingleObject.

Remarks

Use ISignal::GetResult after the function has completed to read the result.
© 2025 Mobiland AG