Leaked source code of windows server 2003
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.

20 lines
1.4 KiB

  1. #define IDH_CLEANMGR_BASE 12000
  2. #define IDH_CLEANMGR_INTRO_TEXT (IDH_CLEANMGR_BASE +0x0001)
  3. #define IDH_CLEANMGR_CLIENT_LIST (IDH_CLEANMGR_BASE +0x0002)
  4. #define IDH_CLEANMGR_TOTAL_SPACE (IDH_CLEANMGR_BASE +0x0003)
  5. #define IDH_CLEANMGR_DESCRIPTION_GROUP (IDH_CLEANMGR_BASE +0x0004)
  6. #define IDH_CLEANMGR_DETAILS_BUTTON (IDH_CLEANMGR_BASE +0x0005)
  7. #define IDH_CLEANMGR_SETUP_GROUP (IDH_CLEANMGR_BASE +0x0006)
  8. #define IDH_CLEANMGR_SETUP_BUTTON (IDH_CLEANMGR_BASE +0x0007)
  9. #define IDH_CLEANMGR_PROGRAMS_GROUP (IDH_CLEANMGR_BASE +0x0008)
  10. #define IDH_CLEANMGR_PROGRAMS_BUTTON (IDH_CLEANMGR_BASE +0x0009)
  11. #define IDH_CLEANMGR_SYSTEM_RESTORE_GROUP (IDH_CLEANMGR_BASE +0x000a)
  12. #define IDH_CLEANMGR_SYSTEM_RESTORE_BUTTON (IDH_CLEANMGR_BASE +0x000b)
  13. #define IDH_CLEANMGR_AUTO_LAUNCH (IDH_CLEANMGR_BASE +0x000c)
  14. #define IDH_CLEANMGR_SELDRIVE (IDH_CLEANMGR_BASE +0x000d)
  15. #define IDH_CLEANMGR_SELDRIVE_OK (IDH_CLEANMGR_BASE +0x000e)
  16. #define IDH_CLEANMGR_SELDRIVE_EXIT (IDH_CLEANMGR_BASE +0x000f)
  17. #define REGSTR_VAL_DRIVE_LDS_BDCAST_DISABLE TEXT("DisableLowDiskSpaceBroadcast")
  18. #define REGSTR_VAL_ADVANCEDBUTTONTEXT TEXT("AdvancedButtonText")
  19. #define REGSTR_PATH_SETUP_SETUP TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Setup")