CBasePropertyPage::OnDisconnect (Compact 2013)
3/26/2014
This method is called when the property page should release the associated object.
Syntax
virtual HRESULT OnDisconnect(void);
Return Value
The base-class implementation returns S_OK.
Remarks
The CBasePropertyPage::SetObjects method calls the CBasePropertyPage::OnDisconnect method. Override CBasePropertyPage::OnDisconnect to release any pointers that were obtained in the CBasePropertyPage::OnConnect method.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |
See Also
Reference
CBasePropertyPage Class
CBasePropertyPage::SetObjects
CBasePropertyPage::OnConnect