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::QueryNamedObjectLink

Returns information about a named object of the domain.

Syntax

HRESULT QueryNamedObjectLink(
[in] const GUID* p_aguidName,
[in] UINT32 p_ulLength,
[out] stcObjectLink** p_paObjectLink
);

Parameter

p_aguidName [in]
Type: const GUID*
Array of names (GUIDs) of named objects to retrieve the ObjectId from.
p_ulLength [in]
Type: UINT32
Number of elements in the p_aguidName array and the p_paObjectLink array.
p_paObjectLink [out]
Type: stcObjectLink**
Pointer to an array that receives the ObjectLinks of the named objects. Caller must free the memory with MemFree.

Return value

S_OK or an error from the Error Codes.
© 2022 Mobiland AG