CLUS_PARTITION_INFO_EX2 構造体 (clusapi.h)
のディスク パーティション情報について説明します。
ストレージ クラス リソース。 この構造体は、 CLUSPROP_PARTITION_INFO_EX2 構造体のデータ メンバーとして使用されます。
構文
typedef struct CLUS_PARTITION_INFO_EX2 {
GUID GptPartitionId;
WCHAR szPartitionName[MAX_PATH];
DWORD EncryptionFlags;
} CLUS_PARTITION_INFO_EX2, *PCLUS_PARTITION_INFO_EX2;
メンバー
GptPartitionId
パーティションのグローバル一意識別子 (GUID)。
szPartitionName[MAX_PATH]
パーティションの名前。
EncryptionFlags
パーティションで BitLocker 暗号化が有効になっているかどうかを示すフラグ。
BitLockerEnabled (0x00000001L)
BitLockerDecrypted (0x00000004L)
BitLockerEncrypted (0x00000008L)
BitLockerDecrypting (0x00000010L)
BitLockerEncrypting (0x00000020L)
BitLockerPaused (0x00000040L)
BitLockerStopped (0x00000080L)
BitLockerFlagsAll ((BitLockerEnabled |BitLockerDecrypted |BitlockerEncrypted |BitLockerDecrypting |BitlockerEncrypting |BitLockerPaused |BitLockerStopped)
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2016 |
Header | clusapi.h |