IWdsTransportCacheable::get_Dirty method (wdstptmgmt.h)
Receives a value that indicates whether object data has been modified.
This property is read-only.
Syntax
HRESULT get_Dirty(
VARIANT_BOOL *pbDirty
);
Parameters
pbDirty
Return value
None
Remarks
All objects of the IWdsTransportCacheable interface start with the Dirty property cleared. After any property is modified, Dirty is set to indicate that the object now contains changes not yet committed to its backing store. The Dirty property is cleared if the changes are committed or explicitly discarded via the appropriate methods.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wdstptmgmt.h |
DLL | Wdstptmgmt.dll |