ホーム › System.Diagnostics.Etw › ETW_PROCESS_HANDLE_INFO_TYPE
ETW_PROCESS_HANDLE_INFO_TYPE
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| EtwQueryPartitionInformation | 1 | 0x1 |
| EtwQueryPartitionInformationV2 | 2 | 0x2 |
| EtwQueryLastDroppedTimes | 3 | 0x3 |
| EtwQueryLogFileHeader | 4 | 0x4 |
| EtwQueryProcessHandleInfoMax | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum ETW_PROCESS_HANDLE_INFO_TYPE : int {
EtwQueryPartitionInformation = 1,
EtwQueryPartitionInformationV2 = 2,
EtwQueryLastDroppedTimes = 3,
EtwQueryLogFileHeader = 4,
EtwQueryProcessHandleInfoMax = 5
} ETW_PROCESS_HANDLE_INFO_TYPE;public enum ETW_PROCESS_HANDLE_INFO_TYPE : int
{
EtwQueryPartitionInformation = 1,
EtwQueryPartitionInformationV2 = 2,
EtwQueryLastDroppedTimes = 3,
EtwQueryLogFileHeader = 4,
EtwQueryProcessHandleInfoMax = 5,
}Public Enum ETW_PROCESS_HANDLE_INFO_TYPE As Integer
EtwQueryPartitionInformation = 1
EtwQueryPartitionInformationV2 = 2
EtwQueryLastDroppedTimes = 3
EtwQueryLogFileHeader = 4
EtwQueryProcessHandleInfoMax = 5
End Enumimport enum
class ETW_PROCESS_HANDLE_INFO_TYPE(enum.IntEnum):
EtwQueryPartitionInformation = 1
EtwQueryPartitionInformationV2 = 2
EtwQueryLastDroppedTimes = 3
EtwQueryLogFileHeader = 4
EtwQueryProcessHandleInfoMax = 5// ETW_PROCESS_HANDLE_INFO_TYPE
pub const EtwQueryPartitionInformation: i32 = 1;
pub const EtwQueryPartitionInformationV2: i32 = 2;
pub const EtwQueryLastDroppedTimes: i32 = 3;
pub const EtwQueryLogFileHeader: i32 = 4;
pub const EtwQueryProcessHandleInfoMax: i32 = 5;// ETW_PROCESS_HANDLE_INFO_TYPE
const (
EtwQueryPartitionInformation int32 = 1
EtwQueryPartitionInformationV2 int32 = 2
EtwQueryLastDroppedTimes int32 = 3
EtwQueryLogFileHeader int32 = 4
EtwQueryProcessHandleInfoMax int32 = 5
)const
EtwQueryPartitionInformation = 1;
EtwQueryPartitionInformationV2 = 2;
EtwQueryLastDroppedTimes = 3;
EtwQueryLogFileHeader = 4;
EtwQueryProcessHandleInfoMax = 5;// ETW_PROCESS_HANDLE_INFO_TYPE
pub const EtwQueryPartitionInformation: i32 = 1;
pub const EtwQueryPartitionInformationV2: i32 = 2;
pub const EtwQueryLastDroppedTimes: i32 = 3;
pub const EtwQueryLogFileHeader: i32 = 4;
pub const EtwQueryProcessHandleInfoMax: i32 = 5;const
EtwQueryPartitionInformation* = 1
EtwQueryPartitionInformationV2* = 2
EtwQueryLastDroppedTimes* = 3
EtwQueryLogFileHeader* = 4
EtwQueryProcessHandleInfoMax* = 5enum ETW_PROCESS_HANDLE_INFO_TYPE : int {
EtwQueryPartitionInformation = 1,
EtwQueryPartitionInformationV2 = 2,
EtwQueryLastDroppedTimes = 3,
EtwQueryLogFileHeader = 4,
EtwQueryProcessHandleInfoMax = 5,
}#define global EtwQueryPartitionInformation 0x1
#define global EtwQueryPartitionInformationV2 0x2
#define global EtwQueryLastDroppedTimes 0x3
#define global EtwQueryLogFileHeader 0x4
#define global EtwQueryProcessHandleInfoMax 0x5