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

WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS

列挙型
基底型i4

メンバー 4

名前10進16進
WdsTptDiagnosticsComponentPxe10x1
WdsTptDiagnosticsComponentTftp20x2
WdsTptDiagnosticsComponentImageServer40x4
WdsTptDiagnosticsComponentMulticast80x8

各言語での定義

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

typedef enum WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS : int {
    WdsTptDiagnosticsComponentPxe = 1,
    WdsTptDiagnosticsComponentTftp = 2,
    WdsTptDiagnosticsComponentImageServer = 4,
    WdsTptDiagnosticsComponentMulticast = 8
} WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS;
public enum WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS : int
{
    WdsTptDiagnosticsComponentPxe = 1,
    WdsTptDiagnosticsComponentTftp = 2,
    WdsTptDiagnosticsComponentImageServer = 4,
    WdsTptDiagnosticsComponentMulticast = 8,
}
Public Enum WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS As Integer
    WdsTptDiagnosticsComponentPxe = 1
    WdsTptDiagnosticsComponentTftp = 2
    WdsTptDiagnosticsComponentImageServer = 4
    WdsTptDiagnosticsComponentMulticast = 8
End Enum
import enum

class WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS(enum.IntEnum):
    WdsTptDiagnosticsComponentPxe = 1
    WdsTptDiagnosticsComponentTftp = 2
    WdsTptDiagnosticsComponentImageServer = 4
    WdsTptDiagnosticsComponentMulticast = 8
// WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS
pub const WdsTptDiagnosticsComponentPxe: i32 = 1;
pub const WdsTptDiagnosticsComponentTftp: i32 = 2;
pub const WdsTptDiagnosticsComponentImageServer: i32 = 4;
pub const WdsTptDiagnosticsComponentMulticast: i32 = 8;
// WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS
const (
	WdsTptDiagnosticsComponentPxe int32 = 1
	WdsTptDiagnosticsComponentTftp int32 = 2
	WdsTptDiagnosticsComponentImageServer int32 = 4
	WdsTptDiagnosticsComponentMulticast int32 = 8
)
const
  WdsTptDiagnosticsComponentPxe = 1;
  WdsTptDiagnosticsComponentTftp = 2;
  WdsTptDiagnosticsComponentImageServer = 4;
  WdsTptDiagnosticsComponentMulticast = 8;
// WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS
pub const WdsTptDiagnosticsComponentPxe: i32 = 1;
pub const WdsTptDiagnosticsComponentTftp: i32 = 2;
pub const WdsTptDiagnosticsComponentImageServer: i32 = 4;
pub const WdsTptDiagnosticsComponentMulticast: i32 = 8;
const
  WdsTptDiagnosticsComponentPxe* = 1
  WdsTptDiagnosticsComponentTftp* = 2
  WdsTptDiagnosticsComponentImageServer* = 4
  WdsTptDiagnosticsComponentMulticast* = 8
enum WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS : int {
    WdsTptDiagnosticsComponentPxe = 1,
    WdsTptDiagnosticsComponentTftp = 2,
    WdsTptDiagnosticsComponentImageServer = 4,
    WdsTptDiagnosticsComponentMulticast = 8,
}
#define global WdsTptDiagnosticsComponentPxe         0x1
#define global WdsTptDiagnosticsComponentTftp        0x2
#define global WdsTptDiagnosticsComponentImageServer 0x4
#define global WdsTptDiagnosticsComponentMulticast   0x8