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.
 
 
 
 
 
 

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
);