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::Store
Writes all changes made to the object into an ActionGroup and resets the dirty flags.
Syntax
void
Store(
[in]
HANDLE
p_hActionGroup
);
Parameter
p_hActionGroup
[in]
Type:
HANDLE
ActionGroup to use.
Return value
This function has no return value.
Remarks
Do not close the object until the ActionGroup has been executed or aborted.
© 2022 Mobiland AG