GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
AddRef
Compare
GetClassInfo
GetDomain
GetId
GetLastError
GetLock
GetNextSame
GetObject
IsDirty
IsOfType
LoadData
NeedsUpdate
Release
StoreData
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
WObject::StoreData
Stores data of the object by inserting an action into the transaction and resetting the object dirty status.
Syntax
void
StoreData(
[in]
HANDLE
p_hTransaction
);
Parameter
p_hTransaction
[in]
Type:
HANDLE
Handle to a transaction.
Can be the standard transaction Transaction::Store.
Return value
This function has no return value.
Remarks
All attributes that are new or modified will be stored.
© 2022 Mobiland AG