Share via


CBasePropertyPage::IsPageDirty (Compact 2013)

3/26/2014

This method indicates whether the property page has changed since it was activated or since the most recent call to IPropertyPage::Apply. This method implements the IPropertyPage::IsPageDirty method.

Syntax

HRESULT IsPageDirty(void);

Return Value

Returns S_OK if CBasePropertyPage::m_bDirty is TRUE, or S_FALSE otherwise.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBasePropertyPage Class
CBasePropertyPage::m_bDirty
CBasePropertyPage::GetPageInfo