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::Invalidate

Sets the state of the object to invalid.

Syntax

void Invalidate(
[in] UINT32 p_ulFlags
);

Parameter

p_ulFlags [in]
Type: UINT32
Reserved for future use. Set to 0.

Return value

This function has no return value.

Remarks

After this function has been executed, calls to NeedsUpdate return true for this object until the object has been reloaded via Update or Load.
© 2025 Mobiland AG