GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
Create
Destroy
AbortTransaction
Connect
Create
CreateTransaction
CreateWaitObject
DestroyTransaction
DestroyWaitObject
Disconnect
DisconnectAll
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetConnection
GetDomain
GetLastError
GetSchema
GetStorage
Initialize
InsertNamedObject
IsConnected
LoadData
Open
OpenNamedObject
Query
QueryNamedObject
QueryNamedObjectId
QueryNamedObjectLink
QueryNamedObjectMultiple
QueryStorage
ReleaseAllStorages
ReleaseStorage
RemoveNamedObject
ResetTransaction
StoreData
Uninitialize
WaitableHandle
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup
WDomain.StoreData
Stores data of a UObject by inserting an action into the transaction and resetting the object dirty status.
Syntax
void
StoreData(
WObject
p_pObject,
IntPtr
p_hTransaction
);
Parameter
p_pObject
Type:
WObject
Object that the attributes should be stored of. All attributes that are new or modified will be stored.
p_hTransaction
Type:
IntPtr
Handle to a transaction.
Can be the standard transaction Transaction::Store.
Return value
This function has no return value.
© 2022 Mobiland AG