Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1994 - 1998.
//
// File: finish.hxx
//
// Contents: Task wizard onestop finish property page.
//
// Classes: CFinishPage
//
// History: 12-08-1998 SusiA
//
//---------------------------------------------------------------------------
#ifndef __FINISH_HXX_
#define __FINISH_HXX_
//+--------------------------------------------------------------------------
//
// Class: CFinishPage
//
// Purpose: Implement the task wizard finish dialog
//
// History: 11-21-1998 SusiA
//
//---------------------------------------------------------------------------
class CFinishPage: public CWizPage { public:
//
// Object creation/destruction
//
CFinishPage::CFinishPage( HINSTANCE hinst, ISyncSchedule *pISyncSched, HPROPSHEETPAGE *phPSP);
BOOL Initialize(HWND hDlg); BOOL OnPSNSetActive(LPARAM lParam); private:
};
#endif // __TASKSECURITY_HXX_
|