mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[PSDK]
Add GPT attributes for PARTITION_BASIC_DATA_GUID partitions svn path=/trunk/; revision=69288
This commit is contained in:
parent
38e457ddc1
commit
69066e3298
1 changed files with 7 additions and 0 deletions
|
@ -244,6 +244,13 @@ extern "C" {
|
|||
((PartitionType) == PARTITION_FAT32_XINT13) || \
|
||||
((PartitionType) == PARTITION_XINT13))
|
||||
|
||||
#if(_WIN32_WINNT >= 0x0500)
|
||||
#define GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY 0x10000000
|
||||
#define GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY 0x20000000
|
||||
#define GPT_BASIC_DATA_ATTRIBUTE_HIDDEN 0x40000000
|
||||
#define GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER 0x80000000
|
||||
#endif
|
||||
|
||||
#define WMI_DISK_GEOMETRY_GUID \
|
||||
{0x25007f51, 0x57c2, 0x11d1, {0xa5, 0x28, 0x0, 0xa0, 0xc9, 0x6, 0x29, 0x10}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue