Microsoft DirectX 9.0 |
Indicates whether the object has changed since it was last saved to its current stream.
Syntax
HRESULT IsDirty(void);
Return Value
Returns S_OK if the filter needs saving and S_FALSE if it does not need saving.
Remarks
This member function implements the IPersistStream::IsDirty method.
See Also