CBasePropertyPage::OnApplyChanges (Compact 2013)
3/26/2014
This method is called when the user applies changes to the property page.
Syntax
virtual HRESULT OnApplyChanges(void);
Return Value
The base-class implementation returns S_OK.
Remarks
The CBasePropertyPage::Apply method calls CBasePropertyPage::OnApplyChanges if the CBasePropertyPage::m_bDirty flag is TRUE. Override CBasePropertyPage::OnApplyChanges to process the changes and reset CBasePropertyPage::m_bDirty to FALSE.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |
See Also
Reference
CBasePropertyPage Class
CBasePropertyPage::Apply
CBasePropertyPage::m_bDirty