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.

23 lines
685 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: diskprop.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _diskprop_h_
  11. #define _diskprop_h_ 1
  12. #define idh_devmgr_disk_nohelp (DWORD(-1))
  13. #define idh_devmgr_disk_PARTITION_BAR 400600
  14. #define idh_devmgr_disk_DRV_PIE 400700
  15. #define idh_devmgr_disk_LIST_DRIVES 400800
  16. #define idh_devmgr_disk_write_cache_enabled 400900
  17. #define idh_devmgr_disk_diskperf_enable 400910
  18. #define idh_devmgr_disk_supports_removable 400920
  19. #define idh_devmgr_disk_allow_eject 400930
  20. #endif