ホーム › System.Ioctl › STORAGE_ZONES_ATTRIBUTES
STORAGE_ZONES_ATTRIBUTES
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| ZonesAttributeTypeAndLengthMayDifferent | 0 | 0x0 |
| ZonesAttributeTypeSameLengthSame | 1 | 0x1 |
| ZonesAttributeTypeSameLastZoneLengthDifferent | 2 | 0x2 |
| ZonesAttributeTypeMayDifferentLengthSame | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum STORAGE_ZONES_ATTRIBUTES : int {
ZonesAttributeTypeAndLengthMayDifferent = 0,
ZonesAttributeTypeSameLengthSame = 1,
ZonesAttributeTypeSameLastZoneLengthDifferent = 2,
ZonesAttributeTypeMayDifferentLengthSame = 3
} STORAGE_ZONES_ATTRIBUTES;public enum STORAGE_ZONES_ATTRIBUTES : int
{
ZonesAttributeTypeAndLengthMayDifferent = 0,
ZonesAttributeTypeSameLengthSame = 1,
ZonesAttributeTypeSameLastZoneLengthDifferent = 2,
ZonesAttributeTypeMayDifferentLengthSame = 3,
}Public Enum STORAGE_ZONES_ATTRIBUTES As Integer
ZonesAttributeTypeAndLengthMayDifferent = 0
ZonesAttributeTypeSameLengthSame = 1
ZonesAttributeTypeSameLastZoneLengthDifferent = 2
ZonesAttributeTypeMayDifferentLengthSame = 3
End Enumimport enum
class STORAGE_ZONES_ATTRIBUTES(enum.IntEnum):
ZonesAttributeTypeAndLengthMayDifferent = 0
ZonesAttributeTypeSameLengthSame = 1
ZonesAttributeTypeSameLastZoneLengthDifferent = 2
ZonesAttributeTypeMayDifferentLengthSame = 3// STORAGE_ZONES_ATTRIBUTES
pub const ZonesAttributeTypeAndLengthMayDifferent: i32 = 0;
pub const ZonesAttributeTypeSameLengthSame: i32 = 1;
pub const ZonesAttributeTypeSameLastZoneLengthDifferent: i32 = 2;
pub const ZonesAttributeTypeMayDifferentLengthSame: i32 = 3;// STORAGE_ZONES_ATTRIBUTES
const (
ZonesAttributeTypeAndLengthMayDifferent int32 = 0
ZonesAttributeTypeSameLengthSame int32 = 1
ZonesAttributeTypeSameLastZoneLengthDifferent int32 = 2
ZonesAttributeTypeMayDifferentLengthSame int32 = 3
)const
ZonesAttributeTypeAndLengthMayDifferent = 0;
ZonesAttributeTypeSameLengthSame = 1;
ZonesAttributeTypeSameLastZoneLengthDifferent = 2;
ZonesAttributeTypeMayDifferentLengthSame = 3;// STORAGE_ZONES_ATTRIBUTES
pub const ZonesAttributeTypeAndLengthMayDifferent: i32 = 0;
pub const ZonesAttributeTypeSameLengthSame: i32 = 1;
pub const ZonesAttributeTypeSameLastZoneLengthDifferent: i32 = 2;
pub const ZonesAttributeTypeMayDifferentLengthSame: i32 = 3;const
ZonesAttributeTypeAndLengthMayDifferent* = 0
ZonesAttributeTypeSameLengthSame* = 1
ZonesAttributeTypeSameLastZoneLengthDifferent* = 2
ZonesAttributeTypeMayDifferentLengthSame* = 3enum STORAGE_ZONES_ATTRIBUTES : int {
ZonesAttributeTypeAndLengthMayDifferent = 0,
ZonesAttributeTypeSameLengthSame = 1,
ZonesAttributeTypeSameLastZoneLengthDifferent = 2,
ZonesAttributeTypeMayDifferentLengthSame = 3,
}#define global ZonesAttributeTypeAndLengthMayDifferent 0x0
#define global ZonesAttributeTypeSameLengthSame 0x1
#define global ZonesAttributeTypeSameLastZoneLengthDifferent 0x2
#define global ZonesAttributeTypeMayDifferentLengthSame 0x3