GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
AddClass
ClassAddRef
ClassRelease
Close
GetArray
GetAvailableAttributes
GetBsob
GetId
GetLastError
GetLastWriteTime
GetLink
GetLinkArray
GetList
GetObjectLink
GetObjectLinkArray
GetValue
HasAttribute
IsAvailableLoaded
IsDirty
Load
LoadFiltered
Remove
SetArray
SetBsob
SetDirty
SetLastError
SetLink
SetLinkArray
SetList
SetObjectLink
SetObjectLinkArray
SetValue
Store
Unload
Update
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
C# API
WinRT API
DTDL
DADL
Setup

UObject::Update

Updates a UObject.

Syntax

void Update(
[in] HANDLE p_hActionGroup,
[in] UINT32 p_ulOpenFlags
);

Parameter

p_hActionGroup [in]
Type: HANDLE
ActionGroup to use.
p_ulOpenFlags [in]
Type: UINT32
Flags. If 0, no action is inserted into the pending actions, and the object is not updated.
Value Meaning
OPENFLAG_AVAILABLE
0x1
Loads the information about all available attributes.
OPENFLAG_LASTWRITE
0x2
Loads the information about the last write time.
OPENFLAG_SECURITYINFO
0x4
reserved for future use
OPENFLAG_GROUPINFO
0x8
reserved for future use

Return value

This function has no return value.
© 2025 Mobiland AG