STORAGE_ZONES_ATTRIBUTES列挙 (ntddstor.h)
注 この構造体は内部使用のみを目的としており、コードから呼び出さないでください。
構文
typedef enum _STORAGE_ZONES_ATTRIBUTES {
ZonesAttributeTypeAndLengthMayDifferent,
ZonesAttributeTypeSameLengthSame,
ZonesAttributeTypeSameLastZoneLengthDifferent,
ZonesAttributeTypeMayDifferentLengthSame
} STORAGE_ZONES_ATTRIBUTES, *PSTORAGE_ZONES_ATTRIBUTES;
定数
ZonesAttributeTypeAndLengthMayDifferent N/A |
ZonesAttributeTypeSameLengthSame N/A |
ZonesAttributeTypeSameLastZoneLengthDifferent N/A |
ZonesAttributeTypeMayDifferentLengthSame N/A |
必要条件
要件 | 価値 |
---|---|
ヘッダー | ntddstor.h |