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

  1. #define IDD_SYSTEM_SHUTDOWN 1300
  2. #define IDD_TIMER 1303
  3. #define IDD_MESSAGE 1305
  4. #define IDD_SYSTEM_MESSAGE 1306
  5. BOOLEAN
  6. ShutdownThread(
  7. VOID
  8. );
  9. BOOL
  10. InitializeShutdownModule(
  11. PGLOBALS pGlobals
  12. );