Source code of Windows XP (NT5)
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.

25 lines
929 B

  1. //
  2. // The Shutdown Query dialog and Logoff Windows NT dialog
  3. // are shared by Progman (included in windows\shell\progman\progman.dlg),
  4. // and therefore changes to them or the filename should not be made
  5. // unless tested with Progman first.
  6. // This header file is included in windows\shell\progman\pmdlg.h
  7. //
  8. // 11/10/92 johannec
  9. //
  10. #define IDD_SHUTDOWN_QUERY 1200
  11. #define IDD_CLOSEAPPS 1201
  12. #define IDD_RESTART 1202
  13. #define IDD_END_WINDOWS_SESSION 1203
  14. #define IDD_POWEROFF 1204
  15. #define DLGSEL_LOGOFF 0
  16. #define DLGSEL_SHUTDOWN 1
  17. #define DLGSEL_SHUTDOWN_AND_RESTART 2
  18. #define DLGSEL_SHUTDOWN_AND_POWEROFF 3
  19. #define WINLOGON_KEY L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon"
  20. #define SHUTDOWN_SETTING_KEY L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Shutdown"
  21. #define SHUTDOWN_SETTING L"Shutdown Setting"