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::Query
Query for an already opened WObject.
Syntax
HRESULT
Query(
[out]
WObject**
p_ppObject,
[in]
const
DataFoundation::
ObjectId
*
p_poiId
);
Parameter
p_ppObject
[out]
Type:
WObject**
Pointer to a variable that receives the interface pointer of the requested object.
The variable contains the interface pointer on successful return. The variable is not modified on failure.
Call
WObject::Release
on the pointer when you no longer need it.
Use the
WObject::GetNextSame
function to get all the open objects with the same ObjectId.
p_poiId
[in]
Type:
const DataFoundation::ObjectId*
ID of the requested object.
Return value
S_OK or an error from the
Error Codes
.
© 2022 Mobiland AG