Win32 API 日本語リファレンス
ホームNetworkManagement.WiFi › ONEX_EAP_METHOD_BACKEND_SUPPORT

ONEX_EAP_METHOD_BACKEND_SUPPORT

列挙型
基底型i4

メンバー 3

名前10進16進
OneXEapMethodBackendSupportUnknown00x0
OneXEapMethodBackendSupported10x1
OneXEapMethodBackendUnsupported20x2

各言語での定義

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

typedef enum ONEX_EAP_METHOD_BACKEND_SUPPORT : int {
    OneXEapMethodBackendSupportUnknown = 0,
    OneXEapMethodBackendSupported = 1,
    OneXEapMethodBackendUnsupported = 2
} ONEX_EAP_METHOD_BACKEND_SUPPORT;
public enum ONEX_EAP_METHOD_BACKEND_SUPPORT : int
{
    OneXEapMethodBackendSupportUnknown = 0,
    OneXEapMethodBackendSupported = 1,
    OneXEapMethodBackendUnsupported = 2,
}
Public Enum ONEX_EAP_METHOD_BACKEND_SUPPORT As Integer
    OneXEapMethodBackendSupportUnknown = 0
    OneXEapMethodBackendSupported = 1
    OneXEapMethodBackendUnsupported = 2
End Enum
import enum

class ONEX_EAP_METHOD_BACKEND_SUPPORT(enum.IntEnum):
    OneXEapMethodBackendSupportUnknown = 0
    OneXEapMethodBackendSupported = 1
    OneXEapMethodBackendUnsupported = 2
// ONEX_EAP_METHOD_BACKEND_SUPPORT
pub const OneXEapMethodBackendSupportUnknown: i32 = 0;
pub const OneXEapMethodBackendSupported: i32 = 1;
pub const OneXEapMethodBackendUnsupported: i32 = 2;
// ONEX_EAP_METHOD_BACKEND_SUPPORT
const (
	OneXEapMethodBackendSupportUnknown int32 = 0
	OneXEapMethodBackendSupported int32 = 1
	OneXEapMethodBackendUnsupported int32 = 2
)
const
  OneXEapMethodBackendSupportUnknown = 0;
  OneXEapMethodBackendSupported = 1;
  OneXEapMethodBackendUnsupported = 2;
// ONEX_EAP_METHOD_BACKEND_SUPPORT
pub const OneXEapMethodBackendSupportUnknown: i32 = 0;
pub const OneXEapMethodBackendSupported: i32 = 1;
pub const OneXEapMethodBackendUnsupported: i32 = 2;
const
  OneXEapMethodBackendSupportUnknown* = 0
  OneXEapMethodBackendSupported* = 1
  OneXEapMethodBackendUnsupported* = 2
enum ONEX_EAP_METHOD_BACKEND_SUPPORT : int {
    OneXEapMethodBackendSupportUnknown = 0,
    OneXEapMethodBackendSupported = 1,
    OneXEapMethodBackendUnsupported = 2,
}
#define global OneXEapMethodBackendSupportUnknown 0x0
#define global OneXEapMethodBackendSupported      0x1
#define global OneXEapMethodBackendUnsupported    0x2