Microsoft DirectX 9.0

CBasePropertyPage::IsPageDirty

The IsPageDirty 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.

See Also