CBasePropertyPage::Apply (Windows CE 5.0)
This method applies the current property page values to the object associated with the property page. This method implements the IPropertyPage::Apply method.
HRESULT Apply(void);
Return Value
Returns an HRESULT value. Possible values include the following.
Value | Description |
---|---|
S_OK | Success. |
E_UNEXPECTED | Unexpected failure. |
Remarks
If the CBasePropertyPage::m_bDirty flag is TRUE, this method calls the CBasePropertyPage::OnApplyChanges method. Override CBasePropertyPage::OnApplyChanges to apply the changes to the object.
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 | CBasePropertyPage::m_bDirty | CBasePropertyPage::OnApplyChanges
Send Feedback on this topic to the authors