CBasePropertyPage::OnDeactivate (Windows CE 5.0)
This method is called when the dialog box window is destroyed.
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
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
See Also
CBasePropertyPage Class | IUnknown | CBasePropertyPage::SetObjects | IUnknown::AddRef | CBasePropertyPage::OnActivate | CBasePropertyPage::OnApplyChanges | CBasePropertyPage::OnDisconnect
Send Feedback on this topic to the authors