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.
23 lines
685 B
23 lines
685 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1998
|
|
//
|
|
// File: diskprop.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef _diskprop_h_
|
|
#define _diskprop_h_ 1
|
|
|
|
#define idh_devmgr_disk_nohelp (DWORD(-1))
|
|
#define idh_devmgr_disk_PARTITION_BAR 400600
|
|
#define idh_devmgr_disk_DRV_PIE 400700
|
|
#define idh_devmgr_disk_LIST_DRIVES 400800
|
|
#define idh_devmgr_disk_write_cache_enabled 400900
|
|
#define idh_devmgr_disk_diskperf_enable 400910
|
|
#define idh_devmgr_disk_supports_removable 400920
|
|
#define idh_devmgr_disk_allow_eject 400930
|
|
|
|
#endif
|