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

IPSEC_PFS_GROUP

列挙型
基底型i4

メンバー 10

名前10進16進
IPSEC_PFS_NONE00x0
IPSEC_PFS_110x1
IPSEC_PFS_220x2
IPSEC_PFS_204830x3
IPSEC_PFS_1430x3
IPSEC_PFS_ECP_25640x4
IPSEC_PFS_ECP_38450x5
IPSEC_PFS_MM60x6
IPSEC_PFS_2470x7
IPSEC_PFS_MAX80x8

各言語での定義

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

typedef enum IPSEC_PFS_GROUP : int {
    IPSEC_PFS_NONE = 0,
    IPSEC_PFS_1 = 1,
    IPSEC_PFS_2 = 2,
    IPSEC_PFS_2048 = 3,
    IPSEC_PFS_14 = 3,
    IPSEC_PFS_ECP_256 = 4,
    IPSEC_PFS_ECP_384 = 5,
    IPSEC_PFS_MM = 6,
    IPSEC_PFS_24 = 7,
    IPSEC_PFS_MAX = 8
} IPSEC_PFS_GROUP;
public enum IPSEC_PFS_GROUP : int
{
    IPSEC_PFS_NONE = 0,
    IPSEC_PFS_1 = 1,
    IPSEC_PFS_2 = 2,
    IPSEC_PFS_2048 = 3,
    IPSEC_PFS_14 = 3,
    IPSEC_PFS_ECP_256 = 4,
    IPSEC_PFS_ECP_384 = 5,
    IPSEC_PFS_MM = 6,
    IPSEC_PFS_24 = 7,
    IPSEC_PFS_MAX = 8,
}
Public Enum IPSEC_PFS_GROUP As Integer
    IPSEC_PFS_NONE = 0
    IPSEC_PFS_1 = 1
    IPSEC_PFS_2 = 2
    IPSEC_PFS_2048 = 3
    IPSEC_PFS_14 = 3
    IPSEC_PFS_ECP_256 = 4
    IPSEC_PFS_ECP_384 = 5
    IPSEC_PFS_MM = 6
    IPSEC_PFS_24 = 7
    IPSEC_PFS_MAX = 8
End Enum
import enum

class IPSEC_PFS_GROUP(enum.IntEnum):
    IPSEC_PFS_NONE = 0
    IPSEC_PFS_1 = 1
    IPSEC_PFS_2 = 2
    IPSEC_PFS_2048 = 3
    IPSEC_PFS_14 = 3
    IPSEC_PFS_ECP_256 = 4
    IPSEC_PFS_ECP_384 = 5
    IPSEC_PFS_MM = 6
    IPSEC_PFS_24 = 7
    IPSEC_PFS_MAX = 8
// IPSEC_PFS_GROUP
pub const IPSEC_PFS_NONE: i32 = 0;
pub const IPSEC_PFS_1: i32 = 1;
pub const IPSEC_PFS_2: i32 = 2;
pub const IPSEC_PFS_2048: i32 = 3;
pub const IPSEC_PFS_14: i32 = 3;
pub const IPSEC_PFS_ECP_256: i32 = 4;
pub const IPSEC_PFS_ECP_384: i32 = 5;
pub const IPSEC_PFS_MM: i32 = 6;
pub const IPSEC_PFS_24: i32 = 7;
pub const IPSEC_PFS_MAX: i32 = 8;
// IPSEC_PFS_GROUP
const (
	IPSEC_PFS_NONE int32 = 0
	IPSEC_PFS_1 int32 = 1
	IPSEC_PFS_2 int32 = 2
	IPSEC_PFS_2048 int32 = 3
	IPSEC_PFS_14 int32 = 3
	IPSEC_PFS_ECP_256 int32 = 4
	IPSEC_PFS_ECP_384 int32 = 5
	IPSEC_PFS_MM int32 = 6
	IPSEC_PFS_24 int32 = 7
	IPSEC_PFS_MAX int32 = 8
)
const
  IPSEC_PFS_NONE = 0;
  IPSEC_PFS_1 = 1;
  IPSEC_PFS_2 = 2;
  IPSEC_PFS_2048 = 3;
  IPSEC_PFS_14 = 3;
  IPSEC_PFS_ECP_256 = 4;
  IPSEC_PFS_ECP_384 = 5;
  IPSEC_PFS_MM = 6;
  IPSEC_PFS_24 = 7;
  IPSEC_PFS_MAX = 8;
// IPSEC_PFS_GROUP
pub const IPSEC_PFS_NONE: i32 = 0;
pub const IPSEC_PFS_1: i32 = 1;
pub const IPSEC_PFS_2: i32 = 2;
pub const IPSEC_PFS_2048: i32 = 3;
pub const IPSEC_PFS_14: i32 = 3;
pub const IPSEC_PFS_ECP_256: i32 = 4;
pub const IPSEC_PFS_ECP_384: i32 = 5;
pub const IPSEC_PFS_MM: i32 = 6;
pub const IPSEC_PFS_24: i32 = 7;
pub const IPSEC_PFS_MAX: i32 = 8;
const
  IPSEC_PFS_NONE* = 0
  IPSEC_PFS_1* = 1
  IPSEC_PFS_2* = 2
  IPSEC_PFS_2048* = 3
  IPSEC_PFS_14* = 3
  IPSEC_PFS_ECP_256* = 4
  IPSEC_PFS_ECP_384* = 5
  IPSEC_PFS_MM* = 6
  IPSEC_PFS_24* = 7
  IPSEC_PFS_MAX* = 8
enum IPSEC_PFS_GROUP : int {
    IPSEC_PFS_NONE = 0,
    IPSEC_PFS_1 = 1,
    IPSEC_PFS_2 = 2,
    IPSEC_PFS_2048 = 3,
    IPSEC_PFS_14 = 3,
    IPSEC_PFS_ECP_256 = 4,
    IPSEC_PFS_ECP_384 = 5,
    IPSEC_PFS_MM = 6,
    IPSEC_PFS_24 = 7,
    IPSEC_PFS_MAX = 8,
}
#define global IPSEC_PFS_NONE    0x0
#define global IPSEC_PFS_1       0x1
#define global IPSEC_PFS_2       0x2
#define global IPSEC_PFS_2048    0x3
#define global IPSEC_PFS_14      0x3
#define global IPSEC_PFS_ECP_256 0x4
#define global IPSEC_PFS_ECP_384 0x5
#define global IPSEC_PFS_MM      0x6
#define global IPSEC_PFS_24      0x7
#define global IPSEC_PFS_MAX     0x8