GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
Domain_Create
Domain_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
C# API
DTDL
DADL
Setup
WDomain::ExecuteResult
Query the result of an asynchronous action.
Syntax
HRESULT
ExecuteResult(
[in]
HANDLE
p_hWaitObject
);
Parameter
p_hWaitObject
[in]
Type:
HANDLE
Handle to a WaitObject that was used for the ExecuteAsync call.
Can be NULL. In this case, the default (global) WaitObject is used.
Return value
S_OK or an error from the
Error Codes
.
Remarks
Use this function to read the result after you called
WDomain::ExecuteAsync
and waited for execution to end.
© 2022 Mobiland AG