GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
AbortActionGroup
AddClass
ClassAddRef
ClassAddRefById
ClassRelease
ClassReleaseById
Close
Create
CreateActionGroup
CreateWaitObject
DestroyActionGroup
DestroyWaitObject
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetLastError
GetSchema
InsertNamedObject
Load
Open
RegisterEventClient
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup
UStorage.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