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