CBasePropertyPage::OnDeactivate (Compact 2013)
3/26/2014
This method is called when the dialog box window is destroyed.
Syntax
virtual HRESULT OnDeactivate(void);
Return Value
The base-class implementation returns S_OK.
Remarks
The CBasePropertyPage::Deactivate method calls the CBasePropertyPage::OnDeactivate method. Override CBasePropertyPage::OnDeactivate to release any resources that the derived class obtained in the CBasePropertyPage::OnActivate method, or to perform other tasks as needed.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |
See Also
Reference
CBasePropertyPage Class
CBasePropertyPage::SetObjects
CBasePropertyPage::OnActivate
CBasePropertyPage::OnApplyChanges
CBasePropertyPage::OnDisconnect