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::Remove

Removes an item from the list.

Syntax

HRESULT Remove(
[in] UINT32 p_ulIndex
);

Parameter

p_ulIndex [in]
Type: UINT32
Index of the item to remove.

Return value

S_OK if the function succeeds.
E_FAIL if p_ulIndex is out of range.
© 2022 Mobiland AG