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

WHV_VPCI_DEVICE_PROPERTY_CODE

列挙型
基底型i4

メンバー 3

名前10進16進
WHvVpciDevicePropertyCodeUndefined00x0
WHvVpciDevicePropertyCodeHardwareIDs10x1
WHvVpciDevicePropertyCodeProbedBARs20x2

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 2
enum WHV_VPCI_DEVICE_PROPERTY_CODE : int {
    WHvVpciDevicePropertyCodeUndefined = 0,
    WHvVpciDevicePropertyCodeHardwareIDs = 1,
    WHvVpciDevicePropertyCodeProbedBARs = 2,
}
#define global WHvVpciDevicePropertyCodeUndefined   0x0
#define global WHvVpciDevicePropertyCodeHardwareIDs 0x1
#define global WHvVpciDevicePropertyCodeProbedBARs  0x2