ホーム › System.HostComputeSystem › HCS_NOTIFICATIONS
HCS_NOTIFICATIONS
列挙型メンバー 22
| 名前 | 10進 | 16進 |
|---|---|---|
| HcsNotificationInvalid | 0 | 0x0 |
| HcsNotificationSystemExited | 1 | 0x1 |
| HcsNotificationSystemCreateCompleted | 2 | 0x2 |
| HcsNotificationSystemStartCompleted | 3 | 0x3 |
| HcsNotificationSystemPauseCompleted | 4 | 0x4 |
| HcsNotificationSystemResumeCompleted | 5 | 0x5 |
| HcsNotificationSystemCrashReport | 6 | 0x6 |
| HcsNotificationSystemSiloJobCreated | 7 | 0x7 |
| HcsNotificationSystemSaveCompleted | 8 | 0x8 |
| HcsNotificationSystemRdpEnhancedModeStateChanged | 9 | 0x9 |
| HcsNotificationSystemShutdownFailed | 10 | 0xA |
| HcsNotificationSystemShutdownCompleted | 10 | 0xA |
| HcsNotificationSystemGetPropertiesCompleted | 11 | 0xB |
| HcsNotificationSystemModifyCompleted | 12 | 0xC |
| HcsNotificationSystemCrashInitiated | 13 | 0xD |
| HcsNotificationSystemGuestConnectionClosed | 14 | 0xE |
| HcsNotificationSystemOperationCompletion | 15 | 0xF |
| HcsNotificationSystemPassThru | 16 | 0x10 |
| HcsNotificationOperationProgressUpdate | 256 | 0x100 |
| HcsNotificationProcessExited | 65536 | 0x10000 |
| HcsNotificationServiceDisconnect | 16777216 | 0x1000000 |
| HcsNotificationFlagsReserved | -268435456 | 0xF0000000 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum HCS_NOTIFICATIONS : int {
HcsNotificationInvalid = 0,
HcsNotificationSystemExited = 1,
HcsNotificationSystemCreateCompleted = 2,
HcsNotificationSystemStartCompleted = 3,
HcsNotificationSystemPauseCompleted = 4,
HcsNotificationSystemResumeCompleted = 5,
HcsNotificationSystemCrashReport = 6,
HcsNotificationSystemSiloJobCreated = 7,
HcsNotificationSystemSaveCompleted = 8,
HcsNotificationSystemRdpEnhancedModeStateChanged = 9,
HcsNotificationSystemShutdownFailed = 10,
HcsNotificationSystemShutdownCompleted = 10,
HcsNotificationSystemGetPropertiesCompleted = 11,
HcsNotificationSystemModifyCompleted = 12,
HcsNotificationSystemCrashInitiated = 13,
HcsNotificationSystemGuestConnectionClosed = 14,
HcsNotificationSystemOperationCompletion = 15,
HcsNotificationSystemPassThru = 16,
HcsNotificationOperationProgressUpdate = 256,
HcsNotificationProcessExited = 65536,
HcsNotificationServiceDisconnect = 16777216,
HcsNotificationFlagsReserved = -268435456
} HCS_NOTIFICATIONS;public enum HCS_NOTIFICATIONS : int
{
HcsNotificationInvalid = 0,
HcsNotificationSystemExited = 1,
HcsNotificationSystemCreateCompleted = 2,
HcsNotificationSystemStartCompleted = 3,
HcsNotificationSystemPauseCompleted = 4,
HcsNotificationSystemResumeCompleted = 5,
HcsNotificationSystemCrashReport = 6,
HcsNotificationSystemSiloJobCreated = 7,
HcsNotificationSystemSaveCompleted = 8,
HcsNotificationSystemRdpEnhancedModeStateChanged = 9,
HcsNotificationSystemShutdownFailed = 10,
HcsNotificationSystemShutdownCompleted = 10,
HcsNotificationSystemGetPropertiesCompleted = 11,
HcsNotificationSystemModifyCompleted = 12,
HcsNotificationSystemCrashInitiated = 13,
HcsNotificationSystemGuestConnectionClosed = 14,
HcsNotificationSystemOperationCompletion = 15,
HcsNotificationSystemPassThru = 16,
HcsNotificationOperationProgressUpdate = 256,
HcsNotificationProcessExited = 65536,
HcsNotificationServiceDisconnect = 16777216,
HcsNotificationFlagsReserved = -268435456,
}Public Enum HCS_NOTIFICATIONS As Integer
HcsNotificationInvalid = 0
HcsNotificationSystemExited = 1
HcsNotificationSystemCreateCompleted = 2
HcsNotificationSystemStartCompleted = 3
HcsNotificationSystemPauseCompleted = 4
HcsNotificationSystemResumeCompleted = 5
HcsNotificationSystemCrashReport = 6
HcsNotificationSystemSiloJobCreated = 7
HcsNotificationSystemSaveCompleted = 8
HcsNotificationSystemRdpEnhancedModeStateChanged = 9
HcsNotificationSystemShutdownFailed = 10
HcsNotificationSystemShutdownCompleted = 10
HcsNotificationSystemGetPropertiesCompleted = 11
HcsNotificationSystemModifyCompleted = 12
HcsNotificationSystemCrashInitiated = 13
HcsNotificationSystemGuestConnectionClosed = 14
HcsNotificationSystemOperationCompletion = 15
HcsNotificationSystemPassThru = 16
HcsNotificationOperationProgressUpdate = 256
HcsNotificationProcessExited = 65536
HcsNotificationServiceDisconnect = 16777216
HcsNotificationFlagsReserved = -268435456
End Enumimport enum
class HCS_NOTIFICATIONS(enum.IntEnum):
HcsNotificationInvalid = 0
HcsNotificationSystemExited = 1
HcsNotificationSystemCreateCompleted = 2
HcsNotificationSystemStartCompleted = 3
HcsNotificationSystemPauseCompleted = 4
HcsNotificationSystemResumeCompleted = 5
HcsNotificationSystemCrashReport = 6
HcsNotificationSystemSiloJobCreated = 7
HcsNotificationSystemSaveCompleted = 8
HcsNotificationSystemRdpEnhancedModeStateChanged = 9
HcsNotificationSystemShutdownFailed = 10
HcsNotificationSystemShutdownCompleted = 10
HcsNotificationSystemGetPropertiesCompleted = 11
HcsNotificationSystemModifyCompleted = 12
HcsNotificationSystemCrashInitiated = 13
HcsNotificationSystemGuestConnectionClosed = 14
HcsNotificationSystemOperationCompletion = 15
HcsNotificationSystemPassThru = 16
HcsNotificationOperationProgressUpdate = 256
HcsNotificationProcessExited = 65536
HcsNotificationServiceDisconnect = 16777216
HcsNotificationFlagsReserved = -268435456// HCS_NOTIFICATIONS
pub const HcsNotificationInvalid: i32 = 0;
pub const HcsNotificationSystemExited: i32 = 1;
pub const HcsNotificationSystemCreateCompleted: i32 = 2;
pub const HcsNotificationSystemStartCompleted: i32 = 3;
pub const HcsNotificationSystemPauseCompleted: i32 = 4;
pub const HcsNotificationSystemResumeCompleted: i32 = 5;
pub const HcsNotificationSystemCrashReport: i32 = 6;
pub const HcsNotificationSystemSiloJobCreated: i32 = 7;
pub const HcsNotificationSystemSaveCompleted: i32 = 8;
pub const HcsNotificationSystemRdpEnhancedModeStateChanged: i32 = 9;
pub const HcsNotificationSystemShutdownFailed: i32 = 10;
pub const HcsNotificationSystemShutdownCompleted: i32 = 10;
pub const HcsNotificationSystemGetPropertiesCompleted: i32 = 11;
pub const HcsNotificationSystemModifyCompleted: i32 = 12;
pub const HcsNotificationSystemCrashInitiated: i32 = 13;
pub const HcsNotificationSystemGuestConnectionClosed: i32 = 14;
pub const HcsNotificationSystemOperationCompletion: i32 = 15;
pub const HcsNotificationSystemPassThru: i32 = 16;
pub const HcsNotificationOperationProgressUpdate: i32 = 256;
pub const HcsNotificationProcessExited: i32 = 65536;
pub const HcsNotificationServiceDisconnect: i32 = 16777216;
pub const HcsNotificationFlagsReserved: i32 = -268435456;// HCS_NOTIFICATIONS
const (
HcsNotificationInvalid int32 = 0
HcsNotificationSystemExited int32 = 1
HcsNotificationSystemCreateCompleted int32 = 2
HcsNotificationSystemStartCompleted int32 = 3
HcsNotificationSystemPauseCompleted int32 = 4
HcsNotificationSystemResumeCompleted int32 = 5
HcsNotificationSystemCrashReport int32 = 6
HcsNotificationSystemSiloJobCreated int32 = 7
HcsNotificationSystemSaveCompleted int32 = 8
HcsNotificationSystemRdpEnhancedModeStateChanged int32 = 9
HcsNotificationSystemShutdownFailed int32 = 10
HcsNotificationSystemShutdownCompleted int32 = 10
HcsNotificationSystemGetPropertiesCompleted int32 = 11
HcsNotificationSystemModifyCompleted int32 = 12
HcsNotificationSystemCrashInitiated int32 = 13
HcsNotificationSystemGuestConnectionClosed int32 = 14
HcsNotificationSystemOperationCompletion int32 = 15
HcsNotificationSystemPassThru int32 = 16
HcsNotificationOperationProgressUpdate int32 = 256
HcsNotificationProcessExited int32 = 65536
HcsNotificationServiceDisconnect int32 = 16777216
HcsNotificationFlagsReserved int32 = -268435456
)const
HcsNotificationInvalid = 0;
HcsNotificationSystemExited = 1;
HcsNotificationSystemCreateCompleted = 2;
HcsNotificationSystemStartCompleted = 3;
HcsNotificationSystemPauseCompleted = 4;
HcsNotificationSystemResumeCompleted = 5;
HcsNotificationSystemCrashReport = 6;
HcsNotificationSystemSiloJobCreated = 7;
HcsNotificationSystemSaveCompleted = 8;
HcsNotificationSystemRdpEnhancedModeStateChanged = 9;
HcsNotificationSystemShutdownFailed = 10;
HcsNotificationSystemShutdownCompleted = 10;
HcsNotificationSystemGetPropertiesCompleted = 11;
HcsNotificationSystemModifyCompleted = 12;
HcsNotificationSystemCrashInitiated = 13;
HcsNotificationSystemGuestConnectionClosed = 14;
HcsNotificationSystemOperationCompletion = 15;
HcsNotificationSystemPassThru = 16;
HcsNotificationOperationProgressUpdate = 256;
HcsNotificationProcessExited = 65536;
HcsNotificationServiceDisconnect = 16777216;
HcsNotificationFlagsReserved = -268435456;// HCS_NOTIFICATIONS
pub const HcsNotificationInvalid: i32 = 0;
pub const HcsNotificationSystemExited: i32 = 1;
pub const HcsNotificationSystemCreateCompleted: i32 = 2;
pub const HcsNotificationSystemStartCompleted: i32 = 3;
pub const HcsNotificationSystemPauseCompleted: i32 = 4;
pub const HcsNotificationSystemResumeCompleted: i32 = 5;
pub const HcsNotificationSystemCrashReport: i32 = 6;
pub const HcsNotificationSystemSiloJobCreated: i32 = 7;
pub const HcsNotificationSystemSaveCompleted: i32 = 8;
pub const HcsNotificationSystemRdpEnhancedModeStateChanged: i32 = 9;
pub const HcsNotificationSystemShutdownFailed: i32 = 10;
pub const HcsNotificationSystemShutdownCompleted: i32 = 10;
pub const HcsNotificationSystemGetPropertiesCompleted: i32 = 11;
pub const HcsNotificationSystemModifyCompleted: i32 = 12;
pub const HcsNotificationSystemCrashInitiated: i32 = 13;
pub const HcsNotificationSystemGuestConnectionClosed: i32 = 14;
pub const HcsNotificationSystemOperationCompletion: i32 = 15;
pub const HcsNotificationSystemPassThru: i32 = 16;
pub const HcsNotificationOperationProgressUpdate: i32 = 256;
pub const HcsNotificationProcessExited: i32 = 65536;
pub const HcsNotificationServiceDisconnect: i32 = 16777216;
pub const HcsNotificationFlagsReserved: i32 = -268435456;const
HcsNotificationInvalid* = 0
HcsNotificationSystemExited* = 1
HcsNotificationSystemCreateCompleted* = 2
HcsNotificationSystemStartCompleted* = 3
HcsNotificationSystemPauseCompleted* = 4
HcsNotificationSystemResumeCompleted* = 5
HcsNotificationSystemCrashReport* = 6
HcsNotificationSystemSiloJobCreated* = 7
HcsNotificationSystemSaveCompleted* = 8
HcsNotificationSystemRdpEnhancedModeStateChanged* = 9
HcsNotificationSystemShutdownFailed* = 10
HcsNotificationSystemShutdownCompleted* = 10
HcsNotificationSystemGetPropertiesCompleted* = 11
HcsNotificationSystemModifyCompleted* = 12
HcsNotificationSystemCrashInitiated* = 13
HcsNotificationSystemGuestConnectionClosed* = 14
HcsNotificationSystemOperationCompletion* = 15
HcsNotificationSystemPassThru* = 16
HcsNotificationOperationProgressUpdate* = 256
HcsNotificationProcessExited* = 65536
HcsNotificationServiceDisconnect* = 16777216
HcsNotificationFlagsReserved* = -268435456enum HCS_NOTIFICATIONS : int {
HcsNotificationInvalid = 0,
HcsNotificationSystemExited = 1,
HcsNotificationSystemCreateCompleted = 2,
HcsNotificationSystemStartCompleted = 3,
HcsNotificationSystemPauseCompleted = 4,
HcsNotificationSystemResumeCompleted = 5,
HcsNotificationSystemCrashReport = 6,
HcsNotificationSystemSiloJobCreated = 7,
HcsNotificationSystemSaveCompleted = 8,
HcsNotificationSystemRdpEnhancedModeStateChanged = 9,
HcsNotificationSystemShutdownFailed = 10,
HcsNotificationSystemShutdownCompleted = 10,
HcsNotificationSystemGetPropertiesCompleted = 11,
HcsNotificationSystemModifyCompleted = 12,
HcsNotificationSystemCrashInitiated = 13,
HcsNotificationSystemGuestConnectionClosed = 14,
HcsNotificationSystemOperationCompletion = 15,
HcsNotificationSystemPassThru = 16,
HcsNotificationOperationProgressUpdate = 256,
HcsNotificationProcessExited = 65536,
HcsNotificationServiceDisconnect = 16777216,
HcsNotificationFlagsReserved = -268435456,
}#define global HcsNotificationInvalid 0x0
#define global HcsNotificationSystemExited 0x1
#define global HcsNotificationSystemCreateCompleted 0x2
#define global HcsNotificationSystemStartCompleted 0x3
#define global HcsNotificationSystemPauseCompleted 0x4
#define global HcsNotificationSystemResumeCompleted 0x5
#define global HcsNotificationSystemCrashReport 0x6
#define global HcsNotificationSystemSiloJobCreated 0x7
#define global HcsNotificationSystemSaveCompleted 0x8
#define global HcsNotificationSystemRdpEnhancedModeStateChanged 0x9
#define global HcsNotificationSystemShutdownFailed 0xA
#define global HcsNotificationSystemShutdownCompleted 0xA
#define global HcsNotificationSystemGetPropertiesCompleted 0xB
#define global HcsNotificationSystemModifyCompleted 0xC
#define global HcsNotificationSystemCrashInitiated 0xD
#define global HcsNotificationSystemGuestConnectionClosed 0xE
#define global HcsNotificationSystemOperationCompletion 0xF
#define global HcsNotificationSystemPassThru 0x10
#define global HcsNotificationOperationProgressUpdate 0x100
#define global HcsNotificationProcessExited 0x10000
#define global HcsNotificationServiceDisconnect 0x1000000
#define global HcsNotificationFlagsReserved 0xF0000000