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