mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +00:00
[DISKPART] Implement the detail command
Display disk and partition details.
This commit is contained in:
parent
8476ae6ed5
commit
38b38bbf0c
11 changed files with 212 additions and 37 deletions
|
@ -32,6 +32,12 @@
|
|||
#define IDS_DETAIL_INFO_CRASH_DSK 19
|
||||
#define IDS_DETAIL_INFO_CLST_DSK 20
|
||||
|
||||
#define IDS_DETAIL_PARTITION_NUMBER 30
|
||||
#define IDS_DETAIL_PARTITION_TYPE 31
|
||||
#define IDS_DETAIL_PARTITION_HIDDEN 32
|
||||
#define IDS_DETAIL_PARTITION_ACTIVE 33
|
||||
#define IDS_DETAIL_PARTITION_OFFSET 34
|
||||
|
||||
#define IDS_LIST_DISK_HEAD 3300
|
||||
#define IDS_LIST_DISK_LINE 3301
|
||||
#define IDS_LIST_DISK_FORMAT 3302
|
||||
|
@ -121,6 +127,7 @@
|
|||
#define IDS_HELP_CMD_COMPACT 113
|
||||
#define IDS_HELP_CMD_CONVERT 114
|
||||
#define IDS_HELP_CMD_CREATE 115
|
||||
#define IDS_HELP_CMD_CREATE_PARTITION 180
|
||||
#define IDS_HELP_CMD_DELETE 116
|
||||
#define IDS_HELP_CMD_DETACH 117
|
||||
#define IDS_HELP_CMD_DETAIL 118
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue