IProject::IsDirty

 

Gets the unsaved state of the project.

Syntax

HRESULT get_IsDirty(VARIANT_BOOL *pfIsDirty);  

Parameters

pfIsDirty

[out, retval] A Boolean value indicating true if the project is dirty; false otherwise.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IProject Interface