[PSDK] Add missing GPT partition attributes

This commit is contained in:
Eric Kohl
2025-12-13 18:55:24 +01:00
parent f206063280
commit 363aa21a54

View File

@@ -306,6 +306,13 @@ typedef struct _PREVENT_MEDIA_REMOVAL {
((PartitionType) == PARTITION_XINT13) )
#endif
#if (_WIN32_WINNT >= 0x0500)
#define GPT_ATTRIBUTE_PLATFORM_REQUIRED 0x0000000000000001
#define GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY 0x1000000000000000
#define GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY 0x2000000000000000
#define GPT_BASIC_DATA_ATTRIBUTE_HIDDEN 0x4000000000000000
#define GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER 0x8000000000000000
#endif
#define DISK_LOGGING_START 0
#define DISK_LOGGING_STOP 1