Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the disk partition information of a
storage class resource. This structure is used as the data member of a
CLUSPROP_PARTITION_INFO_EX2 structure.
Syntax
typedef struct CLUS_PARTITION_INFO_EX2 {
GUID GptPartitionId;
WCHAR szPartitionName[MAX_PATH];
DWORD EncryptionFlags;
} CLUS_PARTITION_INFO_EX2, *PCLUS_PARTITION_INFO_EX2;
Members
GptPartitionId
The globally unique identifier (GUID) of the partition.
szPartitionName[MAX_PATH]
The name of the partition.
EncryptionFlags
A flag that indicates whether BitLocker encryption is enabled on the partition.
BitLockerEnabled (0x00000001L)
BitLockerDecrypted (0x00000004L)
BitLockerEncrypted (0x00000008L)
BitLockerDecrypting (0x00000010L)
BitLockerEncrypting (0x00000020L)
BitLockerPaused (0x00000040L)
BitLockerStopped (0x00000080L)
BitLockerFlagsAll ((BitLockerEnabled | BitLockerDecrypted | BitlockerEncrypted | BitLockerDecrypting | BitlockerEncrypting | BitLockerPaused | BitLockerStopped)
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2016 |
Header | clusapi.h |