|
JWSCL Documentation
|
function IsDirty: HRESULT; stdcall;
Returns S_OK to indicate a change; otherwise S_FALSE.
This method can return several, among others, these error codes:
|
Value |
Description |
|
S_OK |
Indicates a change since last save. |
|
S_FALSE |
SD is not changed. |
|
E_NOTIMPL |
The function is disabled due to setting property SupportIPersistStream to false. |
The method IsDirty returns whether the security descriptor has changed since last time it was saved to the stream or not.
This method implements IsDirty of IPersistStream.
This method returns the value of property Dirty.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|