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

SCM_PD_PROPERTY_ID

列挙型
基底型i4

メンバー 10

名前10進16進
ScmPhysicalDeviceProperty_DeviceInfo00x0
ScmPhysicalDeviceProperty_ManagementStatus10x1
ScmPhysicalDeviceProperty_FirmwareInfo20x2
ScmPhysicalDeviceProperty_LocationString30x3
ScmPhysicalDeviceProperty_DeviceSpecificInfo40x4
ScmPhysicalDeviceProperty_DeviceHandle50x5
ScmPhysicalDeviceProperty_FruIdString60x6
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo70x7
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState80x8
ScmPhysicalDeviceProperty_Max90x9

各言語での定義

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

typedef enum SCM_PD_PROPERTY_ID : int {
    ScmPhysicalDeviceProperty_DeviceInfo = 0,
    ScmPhysicalDeviceProperty_ManagementStatus = 1,
    ScmPhysicalDeviceProperty_FirmwareInfo = 2,
    ScmPhysicalDeviceProperty_LocationString = 3,
    ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4,
    ScmPhysicalDeviceProperty_DeviceHandle = 5,
    ScmPhysicalDeviceProperty_FruIdString = 6,
    ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7,
    ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8,
    ScmPhysicalDeviceProperty_Max = 9
} SCM_PD_PROPERTY_ID;
public enum SCM_PD_PROPERTY_ID : int
{
    ScmPhysicalDeviceProperty_DeviceInfo = 0,
    ScmPhysicalDeviceProperty_ManagementStatus = 1,
    ScmPhysicalDeviceProperty_FirmwareInfo = 2,
    ScmPhysicalDeviceProperty_LocationString = 3,
    ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4,
    ScmPhysicalDeviceProperty_DeviceHandle = 5,
    ScmPhysicalDeviceProperty_FruIdString = 6,
    ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7,
    ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8,
    ScmPhysicalDeviceProperty_Max = 9,
}
Public Enum SCM_PD_PROPERTY_ID As Integer
    ScmPhysicalDeviceProperty_DeviceInfo = 0
    ScmPhysicalDeviceProperty_ManagementStatus = 1
    ScmPhysicalDeviceProperty_FirmwareInfo = 2
    ScmPhysicalDeviceProperty_LocationString = 3
    ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4
    ScmPhysicalDeviceProperty_DeviceHandle = 5
    ScmPhysicalDeviceProperty_FruIdString = 6
    ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7
    ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8
    ScmPhysicalDeviceProperty_Max = 9
End Enum
import enum

class SCM_PD_PROPERTY_ID(enum.IntEnum):
    ScmPhysicalDeviceProperty_DeviceInfo = 0
    ScmPhysicalDeviceProperty_ManagementStatus = 1
    ScmPhysicalDeviceProperty_FirmwareInfo = 2
    ScmPhysicalDeviceProperty_LocationString = 3
    ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4
    ScmPhysicalDeviceProperty_DeviceHandle = 5
    ScmPhysicalDeviceProperty_FruIdString = 6
    ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7
    ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8
    ScmPhysicalDeviceProperty_Max = 9
// SCM_PD_PROPERTY_ID
pub const ScmPhysicalDeviceProperty_DeviceInfo: i32 = 0;
pub const ScmPhysicalDeviceProperty_ManagementStatus: i32 = 1;
pub const ScmPhysicalDeviceProperty_FirmwareInfo: i32 = 2;
pub const ScmPhysicalDeviceProperty_LocationString: i32 = 3;
pub const ScmPhysicalDeviceProperty_DeviceSpecificInfo: i32 = 4;
pub const ScmPhysicalDeviceProperty_DeviceHandle: i32 = 5;
pub const ScmPhysicalDeviceProperty_FruIdString: i32 = 6;
pub const ScmPhysicalDeviceProperty_RuntimeFwActivationInfo: i32 = 7;
pub const ScmPhysicalDeviceProperty_RuntimeFwActivationArmState: i32 = 8;
pub const ScmPhysicalDeviceProperty_Max: i32 = 9;
// SCM_PD_PROPERTY_ID
const (
	ScmPhysicalDeviceProperty_DeviceInfo int32 = 0
	ScmPhysicalDeviceProperty_ManagementStatus int32 = 1
	ScmPhysicalDeviceProperty_FirmwareInfo int32 = 2
	ScmPhysicalDeviceProperty_LocationString int32 = 3
	ScmPhysicalDeviceProperty_DeviceSpecificInfo int32 = 4
	ScmPhysicalDeviceProperty_DeviceHandle int32 = 5
	ScmPhysicalDeviceProperty_FruIdString int32 = 6
	ScmPhysicalDeviceProperty_RuntimeFwActivationInfo int32 = 7
	ScmPhysicalDeviceProperty_RuntimeFwActivationArmState int32 = 8
	ScmPhysicalDeviceProperty_Max int32 = 9
)
const
  ScmPhysicalDeviceProperty_DeviceInfo = 0;
  ScmPhysicalDeviceProperty_ManagementStatus = 1;
  ScmPhysicalDeviceProperty_FirmwareInfo = 2;
  ScmPhysicalDeviceProperty_LocationString = 3;
  ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4;
  ScmPhysicalDeviceProperty_DeviceHandle = 5;
  ScmPhysicalDeviceProperty_FruIdString = 6;
  ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7;
  ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8;
  ScmPhysicalDeviceProperty_Max = 9;
// SCM_PD_PROPERTY_ID
pub const ScmPhysicalDeviceProperty_DeviceInfo: i32 = 0;
pub const ScmPhysicalDeviceProperty_ManagementStatus: i32 = 1;
pub const ScmPhysicalDeviceProperty_FirmwareInfo: i32 = 2;
pub const ScmPhysicalDeviceProperty_LocationString: i32 = 3;
pub const ScmPhysicalDeviceProperty_DeviceSpecificInfo: i32 = 4;
pub const ScmPhysicalDeviceProperty_DeviceHandle: i32 = 5;
pub const ScmPhysicalDeviceProperty_FruIdString: i32 = 6;
pub const ScmPhysicalDeviceProperty_RuntimeFwActivationInfo: i32 = 7;
pub const ScmPhysicalDeviceProperty_RuntimeFwActivationArmState: i32 = 8;
pub const ScmPhysicalDeviceProperty_Max: i32 = 9;
const
  ScmPhysicalDeviceProperty_DeviceInfo* = 0
  ScmPhysicalDeviceProperty_ManagementStatus* = 1
  ScmPhysicalDeviceProperty_FirmwareInfo* = 2
  ScmPhysicalDeviceProperty_LocationString* = 3
  ScmPhysicalDeviceProperty_DeviceSpecificInfo* = 4
  ScmPhysicalDeviceProperty_DeviceHandle* = 5
  ScmPhysicalDeviceProperty_FruIdString* = 6
  ScmPhysicalDeviceProperty_RuntimeFwActivationInfo* = 7
  ScmPhysicalDeviceProperty_RuntimeFwActivationArmState* = 8
  ScmPhysicalDeviceProperty_Max* = 9
enum SCM_PD_PROPERTY_ID : int {
    ScmPhysicalDeviceProperty_DeviceInfo = 0,
    ScmPhysicalDeviceProperty_ManagementStatus = 1,
    ScmPhysicalDeviceProperty_FirmwareInfo = 2,
    ScmPhysicalDeviceProperty_LocationString = 3,
    ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4,
    ScmPhysicalDeviceProperty_DeviceHandle = 5,
    ScmPhysicalDeviceProperty_FruIdString = 6,
    ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7,
    ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8,
    ScmPhysicalDeviceProperty_Max = 9,
}
#define global ScmPhysicalDeviceProperty_DeviceInfo                  0x0
#define global ScmPhysicalDeviceProperty_ManagementStatus            0x1
#define global ScmPhysicalDeviceProperty_FirmwareInfo                0x2
#define global ScmPhysicalDeviceProperty_LocationString              0x3
#define global ScmPhysicalDeviceProperty_DeviceSpecificInfo          0x4
#define global ScmPhysicalDeviceProperty_DeviceHandle                0x5
#define global ScmPhysicalDeviceProperty_FruIdString                 0x6
#define global ScmPhysicalDeviceProperty_RuntimeFwActivationInfo     0x7
#define global ScmPhysicalDeviceProperty_RuntimeFwActivationArmState 0x8
#define global ScmPhysicalDeviceProperty_Max                         0x9