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

DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE

列挙型
基底型i4

メンバー 3

名前10進16進
TCCollectionBugCheck10x1
TCCollectionApplicationRequested20x2
TCCollectionDeviceRequested30x3

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE : int {
    TCCollectionBugCheck = 1,
    TCCollectionApplicationRequested = 2,
    TCCollectionDeviceRequested = 3
} DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE;
public enum DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE : int
{
    TCCollectionBugCheck = 1,
    TCCollectionApplicationRequested = 2,
    TCCollectionDeviceRequested = 3,
}
Public Enum DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE As Integer
    TCCollectionBugCheck = 1
    TCCollectionApplicationRequested = 2
    TCCollectionDeviceRequested = 3
End Enum
import enum

class DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE(enum.IntEnum):
    TCCollectionBugCheck = 1
    TCCollectionApplicationRequested = 2
    TCCollectionDeviceRequested = 3
// DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE
pub const TCCollectionBugCheck: i32 = 1;
pub const TCCollectionApplicationRequested: i32 = 2;
pub const TCCollectionDeviceRequested: i32 = 3;
// DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE
const (
	TCCollectionBugCheck int32 = 1
	TCCollectionApplicationRequested int32 = 2
	TCCollectionDeviceRequested int32 = 3
)
const
  TCCollectionBugCheck = 1;
  TCCollectionApplicationRequested = 2;
  TCCollectionDeviceRequested = 3;
// DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE
pub const TCCollectionBugCheck: i32 = 1;
pub const TCCollectionApplicationRequested: i32 = 2;
pub const TCCollectionDeviceRequested: i32 = 3;
const
  TCCollectionBugCheck* = 1
  TCCollectionApplicationRequested* = 2
  TCCollectionDeviceRequested* = 3
enum DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE : int {
    TCCollectionBugCheck = 1,
    TCCollectionApplicationRequested = 2,
    TCCollectionDeviceRequested = 3,
}
#define global TCCollectionBugCheck             0x1
#define global TCCollectionApplicationRequested 0x2
#define global TCCollectionDeviceRequested      0x3