windows-nt/Source/XPSP1/NT/admin/dsclientnt4/setup/dscsetup/wizard.h

45 lines
1.2 KiB
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+------------------------------------------------------------------
//
// Project: Windows NT4 DS Client Setup Wizard
//
// Purpose: Installs the Windows NT4 DS Client Files
//
// File: wizard.h
//
// History: March 1998 Zeyong Xu Created
// Jan 2000 Jeff Jones (JeffJon) Modified
// - changed to be an NT setup
//
//------------------------------------------------------------------
BOOL CALLBACK WelcomeDialogProc(HWND hWnd,
UINT nMessage,
WPARAM wParam,
LPARAM lParam);
/* ntbug#337931: remove license page
BOOL CALLBACK LicenseDialogProc(HWND hWnd,
UINT nMessage,
WPARAM wParam,
LPARAM lParam);
*/
BOOL CALLBACK ConfirmDialogProc(HWND hWnd,
UINT nMessage,
WPARAM wParam,
LPARAM lParam);
BOOL CALLBACK InstallDialogProc(HWND hWnd,
UINT nMessage,
WPARAM wParam,
LPARAM lParam);
BOOL CALLBACK CompletionDialogProc(HWND hWnd,
UINT nMessage,
WPARAM wParam,
LPARAM lParam);
BOOL ConfirmCancelWizard(HWND hWnd);
DWORD WINAPI DoInstallationProc(LPVOID lpVoid);