Win32 API 日本語リファレンス
ホームSystem.Ioctl › STORAGE_ZONES_ATTRIBUTES

STORAGE_ZONES_ATTRIBUTES

列挙型
基底型i4

メンバー 4

名前10進16進
ZonesAttributeTypeAndLengthMayDifferent00x0
ZonesAttributeTypeSameLengthSame10x1
ZonesAttributeTypeSameLastZoneLengthDifferent20x2
ZonesAttributeTypeMayDifferentLengthSame30x3

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 3
enum 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