GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
Create
Destroy
AbortTransaction
Connect
Create
CreateTransaction
CreateWaitObject
DestroyTransaction
DestroyWaitObject
Disconnect
DisconnectAll
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetConnection
GetDomain
GetLastError
GetSchema
GetStorage
Initialize
InsertNamedObject
IsConnected
LoadData
Open
OpenNamedObject
Query
QueryNamedObject
QueryNamedObjectId
QueryNamedObjectLink
QueryNamedObjectMultiple
QueryStorage
ReleaseAllStorages
ReleaseStorage
RemoveNamedObject
ResetTransaction
StoreData
Uninitialize
WaitableHandle
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup
WDomain.WaitableHandle
Returns a HANDLE for the WaitObject that can be used with wait functions like WaitForSingleObject.
Syntax
IntPtr
WaitableHandle(
IntPtr
p_hWaitObject
);
Parameter
p_hWaitObject
Type:
IntPtr
Handle to a WaitObject.
Can be null. In this case, the default (global) WaitObject is used.
Return value
A HANDLE that can be used with wait functions like WaitForSingleObject.
© 2022 Mobiland AG