GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
AbortActionGroup
AddClass
ClassAddRef
ClassAddRefById
ClassRelease
ClassReleaseById
Close
Create
CreateActionGroup
CreateWaitObject
DestroyActionGroup
DestroyWaitObject
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetLastError
GetSchema
InsertNamedObject
Load
Open
RegisterEventClient
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup

UStorage.Load

Load data of a UObject. The attributes to be loaded are specified by the bitflag set.

Syntax

void Load(
UObject p_pObject,
UBitFlagSet p_pbfsLoad,
IntPtr p_hActionGroup
);

Parameter

p_pObject
Type: UObject
UObject to load the data for.
p_pbfsLoad
Type: UBitFlagSet
Selection of attributes to load. Every attribute is identified by one bit.
p_hActionGroup
Type: IntPtr
ActionGroup to use.

Return value

This function has no return value.
© 2022 Mobiland AG