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