Win32 API 日本語リファレンス
ホームSystem.Diagnostics.Etw › ETW_PROCESS_HANDLE_INFO_TYPE

ETW_PROCESS_HANDLE_INFO_TYPE

列挙型
基底型i4

メンバー 5

名前10進16進
EtwQueryPartitionInformation10x1
EtwQueryPartitionInformationV220x2
EtwQueryLastDroppedTimes30x3
EtwQueryLogFileHeader40x4
EtwQueryProcessHandleInfoMax50x5

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 5
enum 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