Share via


CBasePropertyPage::OnApplyChanges (Compact 2013)

3/26/2014

This method is called when the user applies changes to the property page.

Syntax

virtual HRESULT OnApplyChanges(void);

Return Value

The base-class implementation returns S_OK.

Remarks

The CBasePropertyPage::Apply method calls CBasePropertyPage::OnApplyChanges if the CBasePropertyPage::m_bDirty flag is TRUE. Override CBasePropertyPage::OnApplyChanges to process the changes and reset CBasePropertyPage::m_bDirty to FALSE.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePropertyPage Class
CBasePropertyPage::Apply
CBasePropertyPage::m_bDirty