GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
Get
GetLength
Insert
Remove
Set
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
UList::Get
Gets an item from the list.
Syntax
HRESULT
Get(
[in]
U
INT32
p_ulIndex,
[out]
const
void
**
p_ppValue
)
const
;
Parameter
p_ulIndex
[in]
Type:
UINT32
Index of the requested item.
p_ppValue
[out]
Type:
const void**
Variable that receives the pointer to the item data. The item data is in the packed item form.
Return value
S_OK if the function succeeds.
E_FAIL if p_ulIndex is out of range.
© 2022 Mobiland AG