GitHub    Download    Forum
Overview
Tutorial
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
C# API
WinRT API
DTDL
DADL
Setup

UDomain::QueryNamedObjectMultiple

Returns information about all named objects.

Syntax

HRESULT QueryNamedObjectMultiple(
[in] UINT32 p_ulFirst,
[in, out] UINT32* p_pulLength,
[out] stcObjectLinkNamed** p_paObjectLinkNamed
);

Parameter

p_ulFirst [in]
Type: UINT32
Index of the first object to retrieve. Set this value to 0 for the first call and increment it for subsequent calls.
p_pulLength [in, out]
Type: UINT32*
Count of named objects to retrieve on input and count of elements returned in p_paObjectLinkNamed on output.
p_paObjectLinkNamed [out]
Type: stcObjectLinkNamed**
Pointer to an array that receives the ObjectLinkNameds of the named objects. Caller must free the memory with MemFree.

Return value

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