GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
GetSchemaData
GetSchemaVersion
QueryNamedLink
QueryNamedLinkFull
QueryNamedLinkFullMultiple
QueryNamedLinkId
QueryNamedObject
QueryNamedObjectId
QueryNamedObjectLink
QueryNamedObjectMultiple
QueryStorage
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
WinRT API
DTDL
DADL
Setup

UDomain.QueryNamedLink

Returns the ObjectLink of named link.

Syntax

int QueryNamedLink(
Guid[] p_aguidName,
Array<stcObjectLink> p_paObjectLink,
ISignal p_pSignalObject
);

Parameter

p_aguidName
Type: Guid[]
Array of names (Guids) of named links to retrieve the ObjectId from.
p_paObjectLink
Type: Array<stcObjectLink>
Variable that receives the ObjectLinks of the named links.
p_pSignalObject
Type: ISignal
A signal that is used in asynchronous execution to wait for completion and retrieve the result.
If null is passed, the function is executed synchronously and blocks until the result is available.

Return value

S_OK if all the requested links have been found.
S_FALSE if some links have not been found. In this case, the corresponding element in p_paObjectLink is set to OBJECTID_NULL.
If the function fails, it returns an error from the Error Codes.
© 2025 Mobiland AG