Previous in Contents Next in Contents

IPersistStreamInit::IsDirty

The IPersistStreamInit::IsDirty method checks whether an object has changed since it was last saved so that you can avoid losing information in objects that have not been saved. The dirty flag for an object is conditionally cleared in the IPersistStreamInit::Save method.

Syntax

HRESULT IsDirty(void);

Parameters

None.

Include File

<pipeline.h>
<pipecomp.h>

Return Value

The method returns an HRESULT value.


© 1997-2000 Microsoft Corporation. All rights reserved.