GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
Create
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
DTDL
DADL
Setup
WDomain.QueryNamedObjectMultiple
Returns information about a named object of the domain.
Syntax
int
QueryNamedObjectMultiple(
U
Int32
p_ulFirst,
U
Int32
p_ulLength,
out
stcObjectLinkNamed
p_paObjectLinkNamed
);
Parameter
p_ulFirst
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_ulLength
Type:
UInt32
Count of named objects to retrieve.
p_paObjectLinkNamed
Type:
out stcObjectLinkNamed
Variable that receives the ObjectLinkNameds of the named objects.
Return value
S_OK or an error from the
Error Codes
.
© 2022 Mobiland AG