GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
Connection
WDomain
WObject
AddRef
Extend
GetCustomData
GetDomain
GetId
GetLastError
GetObject
Invalidate
IsDirty
IsOfType
Load
NeedsUpdate
Release
SetCustomData
Store
Update
WBase
C# API
WinRT API
DTDL
DADL
Setup
WObject::Store
Stores data of the object by inserting an action into the transaction and resetting the object dirty status.
Syntax
void
Store(
[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.
© 2025 Mobiland AG