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

CHANGER_DEVICE_PROBLEM_TYPE

列挙型
基底型i4

メンバー 14

名前10進16進
DeviceProblemNone00x0
DeviceProblemHardware10x1
DeviceProblemCHMError20x2
DeviceProblemDoorOpen30x3
DeviceProblemCalibrationError40x4
DeviceProblemTargetFailure50x5
DeviceProblemCHMMoveError60x6
DeviceProblemCHMZeroError70x7
DeviceProblemCartridgeInsertError80x8
DeviceProblemPositionError90x9
DeviceProblemSensorError100xA
DeviceProblemCartridgeEjectError110xB
DeviceProblemGripperError120xC
DeviceProblemDriveError130xD

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum CHANGER_DEVICE_PROBLEM_TYPE : int {
    DeviceProblemNone = 0,
    DeviceProblemHardware = 1,
    DeviceProblemCHMError = 2,
    DeviceProblemDoorOpen = 3,
    DeviceProblemCalibrationError = 4,
    DeviceProblemTargetFailure = 5,
    DeviceProblemCHMMoveError = 6,
    DeviceProblemCHMZeroError = 7,
    DeviceProblemCartridgeInsertError = 8,
    DeviceProblemPositionError = 9,
    DeviceProblemSensorError = 10,
    DeviceProblemCartridgeEjectError = 11,
    DeviceProblemGripperError = 12,
    DeviceProblemDriveError = 13
} CHANGER_DEVICE_PROBLEM_TYPE;
public enum CHANGER_DEVICE_PROBLEM_TYPE : int
{
    DeviceProblemNone = 0,
    DeviceProblemHardware = 1,
    DeviceProblemCHMError = 2,
    DeviceProblemDoorOpen = 3,
    DeviceProblemCalibrationError = 4,
    DeviceProblemTargetFailure = 5,
    DeviceProblemCHMMoveError = 6,
    DeviceProblemCHMZeroError = 7,
    DeviceProblemCartridgeInsertError = 8,
    DeviceProblemPositionError = 9,
    DeviceProblemSensorError = 10,
    DeviceProblemCartridgeEjectError = 11,
    DeviceProblemGripperError = 12,
    DeviceProblemDriveError = 13,
}
Public Enum CHANGER_DEVICE_PROBLEM_TYPE As Integer
    DeviceProblemNone = 0
    DeviceProblemHardware = 1
    DeviceProblemCHMError = 2
    DeviceProblemDoorOpen = 3
    DeviceProblemCalibrationError = 4
    DeviceProblemTargetFailure = 5
    DeviceProblemCHMMoveError = 6
    DeviceProblemCHMZeroError = 7
    DeviceProblemCartridgeInsertError = 8
    DeviceProblemPositionError = 9
    DeviceProblemSensorError = 10
    DeviceProblemCartridgeEjectError = 11
    DeviceProblemGripperError = 12
    DeviceProblemDriveError = 13
End Enum
import enum

class CHANGER_DEVICE_PROBLEM_TYPE(enum.IntEnum):
    DeviceProblemNone = 0
    DeviceProblemHardware = 1
    DeviceProblemCHMError = 2
    DeviceProblemDoorOpen = 3
    DeviceProblemCalibrationError = 4
    DeviceProblemTargetFailure = 5
    DeviceProblemCHMMoveError = 6
    DeviceProblemCHMZeroError = 7
    DeviceProblemCartridgeInsertError = 8
    DeviceProblemPositionError = 9
    DeviceProblemSensorError = 10
    DeviceProblemCartridgeEjectError = 11
    DeviceProblemGripperError = 12
    DeviceProblemDriveError = 13
// CHANGER_DEVICE_PROBLEM_TYPE
pub const DeviceProblemNone: i32 = 0;
pub const DeviceProblemHardware: i32 = 1;
pub const DeviceProblemCHMError: i32 = 2;
pub const DeviceProblemDoorOpen: i32 = 3;
pub const DeviceProblemCalibrationError: i32 = 4;
pub const DeviceProblemTargetFailure: i32 = 5;
pub const DeviceProblemCHMMoveError: i32 = 6;
pub const DeviceProblemCHMZeroError: i32 = 7;
pub const DeviceProblemCartridgeInsertError: i32 = 8;
pub const DeviceProblemPositionError: i32 = 9;
pub const DeviceProblemSensorError: i32 = 10;
pub const DeviceProblemCartridgeEjectError: i32 = 11;
pub const DeviceProblemGripperError: i32 = 12;
pub const DeviceProblemDriveError: i32 = 13;
// CHANGER_DEVICE_PROBLEM_TYPE
const (
	DeviceProblemNone int32 = 0
	DeviceProblemHardware int32 = 1
	DeviceProblemCHMError int32 = 2
	DeviceProblemDoorOpen int32 = 3
	DeviceProblemCalibrationError int32 = 4
	DeviceProblemTargetFailure int32 = 5
	DeviceProblemCHMMoveError int32 = 6
	DeviceProblemCHMZeroError int32 = 7
	DeviceProblemCartridgeInsertError int32 = 8
	DeviceProblemPositionError int32 = 9
	DeviceProblemSensorError int32 = 10
	DeviceProblemCartridgeEjectError int32 = 11
	DeviceProblemGripperError int32 = 12
	DeviceProblemDriveError int32 = 13
)
const
  DeviceProblemNone = 0;
  DeviceProblemHardware = 1;
  DeviceProblemCHMError = 2;
  DeviceProblemDoorOpen = 3;
  DeviceProblemCalibrationError = 4;
  DeviceProblemTargetFailure = 5;
  DeviceProblemCHMMoveError = 6;
  DeviceProblemCHMZeroError = 7;
  DeviceProblemCartridgeInsertError = 8;
  DeviceProblemPositionError = 9;
  DeviceProblemSensorError = 10;
  DeviceProblemCartridgeEjectError = 11;
  DeviceProblemGripperError = 12;
  DeviceProblemDriveError = 13;
// CHANGER_DEVICE_PROBLEM_TYPE
pub const DeviceProblemNone: i32 = 0;
pub const DeviceProblemHardware: i32 = 1;
pub const DeviceProblemCHMError: i32 = 2;
pub const DeviceProblemDoorOpen: i32 = 3;
pub const DeviceProblemCalibrationError: i32 = 4;
pub const DeviceProblemTargetFailure: i32 = 5;
pub const DeviceProblemCHMMoveError: i32 = 6;
pub const DeviceProblemCHMZeroError: i32 = 7;
pub const DeviceProblemCartridgeInsertError: i32 = 8;
pub const DeviceProblemPositionError: i32 = 9;
pub const DeviceProblemSensorError: i32 = 10;
pub const DeviceProblemCartridgeEjectError: i32 = 11;
pub const DeviceProblemGripperError: i32 = 12;
pub const DeviceProblemDriveError: i32 = 13;
const
  DeviceProblemNone* = 0
  DeviceProblemHardware* = 1
  DeviceProblemCHMError* = 2
  DeviceProblemDoorOpen* = 3
  DeviceProblemCalibrationError* = 4
  DeviceProblemTargetFailure* = 5
  DeviceProblemCHMMoveError* = 6
  DeviceProblemCHMZeroError* = 7
  DeviceProblemCartridgeInsertError* = 8
  DeviceProblemPositionError* = 9
  DeviceProblemSensorError* = 10
  DeviceProblemCartridgeEjectError* = 11
  DeviceProblemGripperError* = 12
  DeviceProblemDriveError* = 13
enum CHANGER_DEVICE_PROBLEM_TYPE : int {
    DeviceProblemNone = 0,
    DeviceProblemHardware = 1,
    DeviceProblemCHMError = 2,
    DeviceProblemDoorOpen = 3,
    DeviceProblemCalibrationError = 4,
    DeviceProblemTargetFailure = 5,
    DeviceProblemCHMMoveError = 6,
    DeviceProblemCHMZeroError = 7,
    DeviceProblemCartridgeInsertError = 8,
    DeviceProblemPositionError = 9,
    DeviceProblemSensorError = 10,
    DeviceProblemCartridgeEjectError = 11,
    DeviceProblemGripperError = 12,
    DeviceProblemDriveError = 13,
}
#define global DeviceProblemNone                 0x0
#define global DeviceProblemHardware             0x1
#define global DeviceProblemCHMError             0x2
#define global DeviceProblemDoorOpen             0x3
#define global DeviceProblemCalibrationError     0x4
#define global DeviceProblemTargetFailure        0x5
#define global DeviceProblemCHMMoveError         0x6
#define global DeviceProblemCHMZeroError         0x7
#define global DeviceProblemCartridgeInsertError 0x8
#define global DeviceProblemPositionError        0x9
#define global DeviceProblemSensorError          0xA
#define global DeviceProblemCartridgeEjectError  0xB
#define global DeviceProblemGripperError         0xC
#define global DeviceProblemDriveError           0xD