CPersistStream::IsDirty (Compact 2013)

3/26/2014

This method 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.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CPersistStream Class

Other Resources

IPersistStream::IsDirty