Win32 API 日本語リファレンス
ホームSecurity.ExtensibleAuthenticationProtocol › EapHostPeerAuthParams

EapHostPeerAuthParams

列挙型
基底型i4

メンバー 4

名前10進16進
EapHostPeerAuthStatus10x1
EapHostPeerIdentity20x2
EapHostPeerIdentityExtendedInfo30x3
EapHostNapInfo40x4

各言語での定義

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

typedef enum EapHostPeerAuthParams : int {
    EapHostPeerAuthStatus = 1,
    EapHostPeerIdentity = 2,
    EapHostPeerIdentityExtendedInfo = 3,
    EapHostNapInfo = 4
} EapHostPeerAuthParams;
public enum EapHostPeerAuthParams : int
{
    EapHostPeerAuthStatus = 1,
    EapHostPeerIdentity = 2,
    EapHostPeerIdentityExtendedInfo = 3,
    EapHostNapInfo = 4,
}
Public Enum EapHostPeerAuthParams As Integer
    EapHostPeerAuthStatus = 1
    EapHostPeerIdentity = 2
    EapHostPeerIdentityExtendedInfo = 3
    EapHostNapInfo = 4
End Enum
import enum

class EapHostPeerAuthParams(enum.IntEnum):
    EapHostPeerAuthStatus = 1
    EapHostPeerIdentity = 2
    EapHostPeerIdentityExtendedInfo = 3
    EapHostNapInfo = 4
// EapHostPeerAuthParams
pub const EapHostPeerAuthStatus: i32 = 1;
pub const EapHostPeerIdentity: i32 = 2;
pub const EapHostPeerIdentityExtendedInfo: i32 = 3;
pub const EapHostNapInfo: i32 = 4;
// EapHostPeerAuthParams
const (
	EapHostPeerAuthStatus int32 = 1
	EapHostPeerIdentity int32 = 2
	EapHostPeerIdentityExtendedInfo int32 = 3
	EapHostNapInfo int32 = 4
)
const
  EapHostPeerAuthStatus = 1;
  EapHostPeerIdentity = 2;
  EapHostPeerIdentityExtendedInfo = 3;
  EapHostNapInfo = 4;
// EapHostPeerAuthParams
pub const EapHostPeerAuthStatus: i32 = 1;
pub const EapHostPeerIdentity: i32 = 2;
pub const EapHostPeerIdentityExtendedInfo: i32 = 3;
pub const EapHostNapInfo: i32 = 4;
const
  EapHostPeerAuthStatus* = 1
  EapHostPeerIdentity* = 2
  EapHostPeerIdentityExtendedInfo* = 3
  EapHostNapInfo* = 4
enum EapHostPeerAuthParams : int {
    EapHostPeerAuthStatus = 1,
    EapHostPeerIdentity = 2,
    EapHostPeerIdentityExtendedInfo = 3,
    EapHostNapInfo = 4,
}
#define global EapHostPeerAuthStatus           0x1
#define global EapHostPeerIdentity             0x2
#define global EapHostPeerIdentityExtendedInfo 0x3
#define global EapHostNapInfo                  0x4