GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
AddClass
ClassAddRef
ClassRelease
Close
GetArray
GetAvailableAttributes
GetBsob
GetId
GetLastError
GetLastWriteTime
GetList
GetObjectLink
GetObjectLinkArray
GetValue
HasAttribute
IsAvailableLoaded
IsDirty
Load
LoadFiltered
Remove
SetArray
SetBsob
SetDirty
SetLastError
SetList
SetObjectLink
SetObjectLinkArray
SetValue
Store
Unload
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
UObject::SetList
Opens a list attribute for reading and writing.
Syntax
HRESULT
SetList(
[in]
U
INT64
p_ullFullAttributeId,
[out]
UList**
p_ppList
);
Parameter
p_ullFullAttributeId
[in]
Type:
UINT64
Identifier of the attribute.
p_ppList
[out]
Type:
UList**
Receives the pointer to the UList.
Return value
S_OK if the function succeeds.
E_OBJECT_NOTLOADED if the object has not been opened.
E_OBJECT_CLASSNOTFOUND if the object does not contain the class of the requested attribute.
Remarks
A new list is created if it does not exist.
© 2022 Mobiland AG