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

HCS_NOTIFICATIONS

列挙型
基底型i4

メンバー 22

名前10進16進
HcsNotificationInvalid00x0
HcsNotificationSystemExited10x1
HcsNotificationSystemCreateCompleted20x2
HcsNotificationSystemStartCompleted30x3
HcsNotificationSystemPauseCompleted40x4
HcsNotificationSystemResumeCompleted50x5
HcsNotificationSystemCrashReport60x6
HcsNotificationSystemSiloJobCreated70x7
HcsNotificationSystemSaveCompleted80x8
HcsNotificationSystemRdpEnhancedModeStateChanged90x9
HcsNotificationSystemShutdownFailed100xA
HcsNotificationSystemShutdownCompleted100xA
HcsNotificationSystemGetPropertiesCompleted110xB
HcsNotificationSystemModifyCompleted120xC
HcsNotificationSystemCrashInitiated130xD
HcsNotificationSystemGuestConnectionClosed140xE
HcsNotificationSystemOperationCompletion150xF
HcsNotificationSystemPassThru160x10
HcsNotificationOperationProgressUpdate2560x100
HcsNotificationProcessExited655360x10000
HcsNotificationServiceDisconnect167772160x1000000
HcsNotificationFlagsReserved-2684354560xF0000000

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = -268435456
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,
}
#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