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

DECODING_SOURCE

列挙型
基底型i4

メンバー 5

名前10進16進
DecodingSourceXMLFile00x0
DecodingSourceWbem10x1
DecodingSourceWPP20x2
DecodingSourceTlg30x3
DecodingSourceMax40x4

各言語での定義

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

typedef enum DECODING_SOURCE : int {
    DecodingSourceXMLFile = 0,
    DecodingSourceWbem = 1,
    DecodingSourceWPP = 2,
    DecodingSourceTlg = 3,
    DecodingSourceMax = 4
} DECODING_SOURCE;
public enum DECODING_SOURCE : int
{
    DecodingSourceXMLFile = 0,
    DecodingSourceWbem = 1,
    DecodingSourceWPP = 2,
    DecodingSourceTlg = 3,
    DecodingSourceMax = 4,
}
Public Enum DECODING_SOURCE As Integer
    DecodingSourceXMLFile = 0
    DecodingSourceWbem = 1
    DecodingSourceWPP = 2
    DecodingSourceTlg = 3
    DecodingSourceMax = 4
End Enum
import enum

class DECODING_SOURCE(enum.IntEnum):
    DecodingSourceXMLFile = 0
    DecodingSourceWbem = 1
    DecodingSourceWPP = 2
    DecodingSourceTlg = 3
    DecodingSourceMax = 4
// DECODING_SOURCE
pub const DecodingSourceXMLFile: i32 = 0;
pub const DecodingSourceWbem: i32 = 1;
pub const DecodingSourceWPP: i32 = 2;
pub const DecodingSourceTlg: i32 = 3;
pub const DecodingSourceMax: i32 = 4;
// DECODING_SOURCE
const (
	DecodingSourceXMLFile int32 = 0
	DecodingSourceWbem int32 = 1
	DecodingSourceWPP int32 = 2
	DecodingSourceTlg int32 = 3
	DecodingSourceMax int32 = 4
)
const
  DecodingSourceXMLFile = 0;
  DecodingSourceWbem = 1;
  DecodingSourceWPP = 2;
  DecodingSourceTlg = 3;
  DecodingSourceMax = 4;
// DECODING_SOURCE
pub const DecodingSourceXMLFile: i32 = 0;
pub const DecodingSourceWbem: i32 = 1;
pub const DecodingSourceWPP: i32 = 2;
pub const DecodingSourceTlg: i32 = 3;
pub const DecodingSourceMax: i32 = 4;
const
  DecodingSourceXMLFile* = 0
  DecodingSourceWbem* = 1
  DecodingSourceWPP* = 2
  DecodingSourceTlg* = 3
  DecodingSourceMax* = 4
enum DECODING_SOURCE : int {
    DecodingSourceXMLFile = 0,
    DecodingSourceWbem = 1,
    DecodingSourceWPP = 2,
    DecodingSourceTlg = 3,
    DecodingSourceMax = 4,
}
#define global DecodingSourceXMLFile 0x0
#define global DecodingSourceWbem    0x1
#define global DecodingSourceWPP     0x2
#define global DecodingSourceTlg     0x3
#define global DecodingSourceMax     0x4