ホーム › System.HostComputeSystem › HCS_EVENT_TYPE
HCS_EVENT_TYPE
列挙型メンバー 13
| 名前 | 10進 | 16進 |
|---|---|---|
| HcsEventInvalid | 0 | 0x0 |
| HcsEventSystemExited | 1 | 0x1 |
| HcsEventSystemCrashInitiated | 2 | 0x2 |
| HcsEventSystemCrashReport | 3 | 0x3 |
| HcsEventSystemRdpEnhancedModeStateChanged | 4 | 0x4 |
| HcsEventSystemSiloJobCreated | 5 | 0x5 |
| HcsEventSystemGuestConnectionClosed | 6 | 0x6 |
| HcsEventProcessExited | 65536 | 0x10000 |
| HcsEventOperationCallback | 16777216 | 0x1000000 |
| HcsEventServiceDisconnect | 33554432 | 0x2000000 |
| HcsEventGroupVmLifecycle | -2147483646 | 0x80000002 |
| HcsEventGroupLiveMigration | -2147483645 | 0x80000003 |
| HcsEventGroupOperationInfo | -1073741823 | 0xC0000001 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum HCS_EVENT_TYPE : int {
HcsEventInvalid = 0,
HcsEventSystemExited = 1,
HcsEventSystemCrashInitiated = 2,
HcsEventSystemCrashReport = 3,
HcsEventSystemRdpEnhancedModeStateChanged = 4,
HcsEventSystemSiloJobCreated = 5,
HcsEventSystemGuestConnectionClosed = 6,
HcsEventProcessExited = 65536,
HcsEventOperationCallback = 16777216,
HcsEventServiceDisconnect = 33554432,
HcsEventGroupVmLifecycle = -2147483646,
HcsEventGroupLiveMigration = -2147483645,
HcsEventGroupOperationInfo = -1073741823
} HCS_EVENT_TYPE;public enum HCS_EVENT_TYPE : int
{
HcsEventInvalid = 0,
HcsEventSystemExited = 1,
HcsEventSystemCrashInitiated = 2,
HcsEventSystemCrashReport = 3,
HcsEventSystemRdpEnhancedModeStateChanged = 4,
HcsEventSystemSiloJobCreated = 5,
HcsEventSystemGuestConnectionClosed = 6,
HcsEventProcessExited = 65536,
HcsEventOperationCallback = 16777216,
HcsEventServiceDisconnect = 33554432,
HcsEventGroupVmLifecycle = -2147483646,
HcsEventGroupLiveMigration = -2147483645,
HcsEventGroupOperationInfo = -1073741823,
}Public Enum HCS_EVENT_TYPE As Integer
HcsEventInvalid = 0
HcsEventSystemExited = 1
HcsEventSystemCrashInitiated = 2
HcsEventSystemCrashReport = 3
HcsEventSystemRdpEnhancedModeStateChanged = 4
HcsEventSystemSiloJobCreated = 5
HcsEventSystemGuestConnectionClosed = 6
HcsEventProcessExited = 65536
HcsEventOperationCallback = 16777216
HcsEventServiceDisconnect = 33554432
HcsEventGroupVmLifecycle = -2147483646
HcsEventGroupLiveMigration = -2147483645
HcsEventGroupOperationInfo = -1073741823
End Enumimport enum
class HCS_EVENT_TYPE(enum.IntEnum):
HcsEventInvalid = 0
HcsEventSystemExited = 1
HcsEventSystemCrashInitiated = 2
HcsEventSystemCrashReport = 3
HcsEventSystemRdpEnhancedModeStateChanged = 4
HcsEventSystemSiloJobCreated = 5
HcsEventSystemGuestConnectionClosed = 6
HcsEventProcessExited = 65536
HcsEventOperationCallback = 16777216
HcsEventServiceDisconnect = 33554432
HcsEventGroupVmLifecycle = -2147483646
HcsEventGroupLiveMigration = -2147483645
HcsEventGroupOperationInfo = -1073741823// HCS_EVENT_TYPE
pub const HcsEventInvalid: i32 = 0;
pub const HcsEventSystemExited: i32 = 1;
pub const HcsEventSystemCrashInitiated: i32 = 2;
pub const HcsEventSystemCrashReport: i32 = 3;
pub const HcsEventSystemRdpEnhancedModeStateChanged: i32 = 4;
pub const HcsEventSystemSiloJobCreated: i32 = 5;
pub const HcsEventSystemGuestConnectionClosed: i32 = 6;
pub const HcsEventProcessExited: i32 = 65536;
pub const HcsEventOperationCallback: i32 = 16777216;
pub const HcsEventServiceDisconnect: i32 = 33554432;
pub const HcsEventGroupVmLifecycle: i32 = -2147483646;
pub const HcsEventGroupLiveMigration: i32 = -2147483645;
pub const HcsEventGroupOperationInfo: i32 = -1073741823;// HCS_EVENT_TYPE
const (
HcsEventInvalid int32 = 0
HcsEventSystemExited int32 = 1
HcsEventSystemCrashInitiated int32 = 2
HcsEventSystemCrashReport int32 = 3
HcsEventSystemRdpEnhancedModeStateChanged int32 = 4
HcsEventSystemSiloJobCreated int32 = 5
HcsEventSystemGuestConnectionClosed int32 = 6
HcsEventProcessExited int32 = 65536
HcsEventOperationCallback int32 = 16777216
HcsEventServiceDisconnect int32 = 33554432
HcsEventGroupVmLifecycle int32 = -2147483646
HcsEventGroupLiveMigration int32 = -2147483645
HcsEventGroupOperationInfo int32 = -1073741823
)const
HcsEventInvalid = 0;
HcsEventSystemExited = 1;
HcsEventSystemCrashInitiated = 2;
HcsEventSystemCrashReport = 3;
HcsEventSystemRdpEnhancedModeStateChanged = 4;
HcsEventSystemSiloJobCreated = 5;
HcsEventSystemGuestConnectionClosed = 6;
HcsEventProcessExited = 65536;
HcsEventOperationCallback = 16777216;
HcsEventServiceDisconnect = 33554432;
HcsEventGroupVmLifecycle = -2147483646;
HcsEventGroupLiveMigration = -2147483645;
HcsEventGroupOperationInfo = -1073741823;// HCS_EVENT_TYPE
pub const HcsEventInvalid: i32 = 0;
pub const HcsEventSystemExited: i32 = 1;
pub const HcsEventSystemCrashInitiated: i32 = 2;
pub const HcsEventSystemCrashReport: i32 = 3;
pub const HcsEventSystemRdpEnhancedModeStateChanged: i32 = 4;
pub const HcsEventSystemSiloJobCreated: i32 = 5;
pub const HcsEventSystemGuestConnectionClosed: i32 = 6;
pub const HcsEventProcessExited: i32 = 65536;
pub const HcsEventOperationCallback: i32 = 16777216;
pub const HcsEventServiceDisconnect: i32 = 33554432;
pub const HcsEventGroupVmLifecycle: i32 = -2147483646;
pub const HcsEventGroupLiveMigration: i32 = -2147483645;
pub const HcsEventGroupOperationInfo: i32 = -1073741823;const
HcsEventInvalid* = 0
HcsEventSystemExited* = 1
HcsEventSystemCrashInitiated* = 2
HcsEventSystemCrashReport* = 3
HcsEventSystemRdpEnhancedModeStateChanged* = 4
HcsEventSystemSiloJobCreated* = 5
HcsEventSystemGuestConnectionClosed* = 6
HcsEventProcessExited* = 65536
HcsEventOperationCallback* = 16777216
HcsEventServiceDisconnect* = 33554432
HcsEventGroupVmLifecycle* = -2147483646
HcsEventGroupLiveMigration* = -2147483645
HcsEventGroupOperationInfo* = -1073741823enum HCS_EVENT_TYPE : int {
HcsEventInvalid = 0,
HcsEventSystemExited = 1,
HcsEventSystemCrashInitiated = 2,
HcsEventSystemCrashReport = 3,
HcsEventSystemRdpEnhancedModeStateChanged = 4,
HcsEventSystemSiloJobCreated = 5,
HcsEventSystemGuestConnectionClosed = 6,
HcsEventProcessExited = 65536,
HcsEventOperationCallback = 16777216,
HcsEventServiceDisconnect = 33554432,
HcsEventGroupVmLifecycle = -2147483646,
HcsEventGroupLiveMigration = -2147483645,
HcsEventGroupOperationInfo = -1073741823,
}#define global HcsEventInvalid 0x0
#define global HcsEventSystemExited 0x1
#define global HcsEventSystemCrashInitiated 0x2
#define global HcsEventSystemCrashReport 0x3
#define global HcsEventSystemRdpEnhancedModeStateChanged 0x4
#define global HcsEventSystemSiloJobCreated 0x5
#define global HcsEventSystemGuestConnectionClosed 0x6
#define global HcsEventProcessExited 0x10000
#define global HcsEventOperationCallback 0x1000000
#define global HcsEventServiceDisconnect 0x2000000
#define global HcsEventGroupVmLifecycle 0x80000002
#define global HcsEventGroupLiveMigration 0x80000003
#define global HcsEventGroupOperationInfo 0xC0000001