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