ホーム › System.Ioctl › DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE
DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| TCCollectionBugCheck | 1 | 0x1 |
| TCCollectionApplicationRequested | 2 | 0x2 |
| TCCollectionDeviceRequested | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 3enum DEVICEDUMP_COLLECTION_TYPEIDE_NOTIFICATION_TYPE : int {
TCCollectionBugCheck = 1,
TCCollectionApplicationRequested = 2,
TCCollectionDeviceRequested = 3,
}#define global TCCollectionBugCheck 0x1
#define global TCCollectionApplicationRequested 0x2
#define global TCCollectionDeviceRequested 0x3