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.QueryNamedLinkFullMultiple
Returns information about all named links.
Syntax
int
QueryNamedLinkFullMultiple(
UInt32
p_ulFirst,
UInt32
p_ulLength,
Array<stcObjectLinkNamed>
p_paObjectLinkNamed,
ISignal
p_pSignalObject
);
Parameter
p_ulFirst
Type:
UInt32
Index of the first link to retrieve. Set this value to 0 for the first call and increment it for subsequent calls.
p_ulLength
Type:
UInt32
Count of named links to retrieve.
p_paObjectLinkNamed
Type:
Array<stcObjectLinkNamed>
Variable that receives the ObjectLinkNameds 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 or an error from the
Error Codes
.
© 2025 Mobiland AG