ホーム › System.DeploymentServices › WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS
WDSTRANSPORT_DIAGNOSTICS_COMPONENT_FLAGS
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| WdsTptDiagnosticsComponentPxe | 1 | 0x1 |
| WdsTptDiagnosticsComponentTftp | 2 | 0x2 |
| WdsTptDiagnosticsComponentImageServer | 4 | 0x4 |
| WdsTptDiagnosticsComponentMulticast | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 8enum 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