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