mirror of https://github.com/tongzx/nt5src
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.
14 lines
266 B
14 lines
266 B
#define IDD_SYSTEM_SHUTDOWN 1300
|
|
#define IDD_TIMER 1303
|
|
#define IDD_MESSAGE 1305
|
|
#define IDD_SYSTEM_MESSAGE 1306
|
|
|
|
BOOLEAN
|
|
ShutdownThread(
|
|
VOID
|
|
);
|
|
|
|
BOOL
|
|
InitializeShutdownModule(
|
|
PGLOBALS pGlobals
|
|
);
|