Author: pschweitzer
Date: Sat Sep 19 14:15:01 2015
New Revision: 69288
URL:
http://svn.reactos.org/svn/reactos?rev=69288&view=rev
Log:
[PSDK]
Add GPT attributes for PARTITION_BASIC_DATA_GUID partitions
Modified:
trunk/reactos/include/psdk/ntdddisk.h
Modified: trunk/reactos/include/psdk/ntdddisk.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntdddisk.h?re…
==============================================================================
--- trunk/reactos/include/psdk/ntdddisk.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/ntdddisk.h [iso-8859-1] Sat Sep 19 14:15:01 2015
@@ -243,6 +243,13 @@
((PartitionType) == PARTITION_FAT32) || \
((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}}