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.

27 lines
1.6 KiB

  1. /*********************************************************************
  2. Registration Wizard
  3. Dialogs.h
  4. 10/13/94 - Tracy Ferrier
  5. (c) 1994-95 Microsoft Corporation
  6. *********************************************************************/
  7. #include <tchar.h>
  8. INT_PTR WelcomeDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  9. INT_PTR CALLBACK NameDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  10. INT_PTR CALLBACK AddressDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  11. INT_PTR CALLBACK ResellerDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  12. //INT_PTR CALLBACK PIDDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  13. INT_PTR CALLBACK InformDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  14. INT_PTR CALLBACK SystemInventoryDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  15. INT_PTR CALLBACK ProdInventoryDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  16. INT_PTR CALLBACK RegisterDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  17. INT_PTR CancelRegWizard(HINSTANCE hInstance,HWND hwndParentDlg);
  18. int RegWizardMessage(HINSTANCE hInstance,HWND hwndParent, int dlgID);
  19. int RegWizardMessageEx(HINSTANCE hInstance,HWND hwndParent, int dlgID, LPTSTR szSub);
  20. void RefreshInventoryList(CRegWizard* pclRegWizard);
  21. //
  22. // The Below Dialog procedures are for Far East countries
  23. INT_PTR CALLBACK AddressForFEDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  24. INT_PTR CALLBACK NameForFEDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);