Home
last modified time | relevance | path

Searched refs:CSecondPage (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DSecondPage.cpp28 IMPLEMENT_DYNCREATE(CSecondPage, CPropertyPage) in IMPLEMENT_DYNCREATE() argument
35 CSecondPage::CSecondPage() in IMPLEMENT_DYNCREATE()
37 CPropertyPage(CSecondPage::IDD), in IMPLEMENT_DYNCREATE()
55 CSecondPage::~CSecondPage() in ~CSecondPage()
69 void CSecondPage::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
79 BEGIN_MESSAGE_MAP(CSecondPage, CPropertyPage) in BEGIN_MESSAGE_MAP() argument
96 void CSecondPage::SetModified( BOOL bChanged ) in BEGIN_MESSAGE_MAP()
109 CSecondPage::OnSetActive() in OnSetActive()
140 CSecondPage::OnOK() in OnOK()
155 CSecondPage::Commit() in Commit()
[all …]
DSecondPage.h31 class CSecondPage : public CPropertyPage
34 CSecondPage();
35 ~CSecondPage();
47 DECLARE_DYNCREATE(CSecondPage)