CBasePropertyPage::Apply
A version of this page is also available for
4/8/2010
This method applies the current property page values to the object associated with the property page. This method implements the IPropertyPage::Apply method.
Syntax
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
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later |
See Also
Reference
CBasePropertyPage Class
CBasePropertyPage::m_bDirty
CBasePropertyPage::OnApplyChanges