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

UList.Remove

Removes an item from the list.

Syntax

int Remove(
UInt32 p_ulIndex
);

Parameter

p_ulIndex
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