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

DHCP_SUBNET_ELEMENT_TYPE

列挙型
基底型i4

メンバー 8

名前10進16進
DhcpIpRanges00x0
DhcpSecondaryHosts10x1
DhcpReservedIps20x2
DhcpExcludedIpRanges30x3
DhcpIpUsedClusters40x4
DhcpIpRangesDhcpOnly50x5
DhcpIpRangesDhcpBootp60x6
DhcpIpRangesBootpOnly70x7

各言語での定義

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

typedef enum DHCP_SUBNET_ELEMENT_TYPE : int {
    DhcpIpRanges = 0,
    DhcpSecondaryHosts = 1,
    DhcpReservedIps = 2,
    DhcpExcludedIpRanges = 3,
    DhcpIpUsedClusters = 4,
    DhcpIpRangesDhcpOnly = 5,
    DhcpIpRangesDhcpBootp = 6,
    DhcpIpRangesBootpOnly = 7
} DHCP_SUBNET_ELEMENT_TYPE;
public enum DHCP_SUBNET_ELEMENT_TYPE : int
{
    DhcpIpRanges = 0,
    DhcpSecondaryHosts = 1,
    DhcpReservedIps = 2,
    DhcpExcludedIpRanges = 3,
    DhcpIpUsedClusters = 4,
    DhcpIpRangesDhcpOnly = 5,
    DhcpIpRangesDhcpBootp = 6,
    DhcpIpRangesBootpOnly = 7,
}
Public Enum DHCP_SUBNET_ELEMENT_TYPE As Integer
    DhcpIpRanges = 0
    DhcpSecondaryHosts = 1
    DhcpReservedIps = 2
    DhcpExcludedIpRanges = 3
    DhcpIpUsedClusters = 4
    DhcpIpRangesDhcpOnly = 5
    DhcpIpRangesDhcpBootp = 6
    DhcpIpRangesBootpOnly = 7
End Enum
import enum

class DHCP_SUBNET_ELEMENT_TYPE(enum.IntEnum):
    DhcpIpRanges = 0
    DhcpSecondaryHosts = 1
    DhcpReservedIps = 2
    DhcpExcludedIpRanges = 3
    DhcpIpUsedClusters = 4
    DhcpIpRangesDhcpOnly = 5
    DhcpIpRangesDhcpBootp = 6
    DhcpIpRangesBootpOnly = 7
// DHCP_SUBNET_ELEMENT_TYPE
pub const DhcpIpRanges: i32 = 0;
pub const DhcpSecondaryHosts: i32 = 1;
pub const DhcpReservedIps: i32 = 2;
pub const DhcpExcludedIpRanges: i32 = 3;
pub const DhcpIpUsedClusters: i32 = 4;
pub const DhcpIpRangesDhcpOnly: i32 = 5;
pub const DhcpIpRangesDhcpBootp: i32 = 6;
pub const DhcpIpRangesBootpOnly: i32 = 7;
// DHCP_SUBNET_ELEMENT_TYPE
const (
	DhcpIpRanges int32 = 0
	DhcpSecondaryHosts int32 = 1
	DhcpReservedIps int32 = 2
	DhcpExcludedIpRanges int32 = 3
	DhcpIpUsedClusters int32 = 4
	DhcpIpRangesDhcpOnly int32 = 5
	DhcpIpRangesDhcpBootp int32 = 6
	DhcpIpRangesBootpOnly int32 = 7
)
const
  DhcpIpRanges = 0;
  DhcpSecondaryHosts = 1;
  DhcpReservedIps = 2;
  DhcpExcludedIpRanges = 3;
  DhcpIpUsedClusters = 4;
  DhcpIpRangesDhcpOnly = 5;
  DhcpIpRangesDhcpBootp = 6;
  DhcpIpRangesBootpOnly = 7;
// DHCP_SUBNET_ELEMENT_TYPE
pub const DhcpIpRanges: i32 = 0;
pub const DhcpSecondaryHosts: i32 = 1;
pub const DhcpReservedIps: i32 = 2;
pub const DhcpExcludedIpRanges: i32 = 3;
pub const DhcpIpUsedClusters: i32 = 4;
pub const DhcpIpRangesDhcpOnly: i32 = 5;
pub const DhcpIpRangesDhcpBootp: i32 = 6;
pub const DhcpIpRangesBootpOnly: i32 = 7;
const
  DhcpIpRanges* = 0
  DhcpSecondaryHosts* = 1
  DhcpReservedIps* = 2
  DhcpExcludedIpRanges* = 3
  DhcpIpUsedClusters* = 4
  DhcpIpRangesDhcpOnly* = 5
  DhcpIpRangesDhcpBootp* = 6
  DhcpIpRangesBootpOnly* = 7
enum DHCP_SUBNET_ELEMENT_TYPE : int {
    DhcpIpRanges = 0,
    DhcpSecondaryHosts = 1,
    DhcpReservedIps = 2,
    DhcpExcludedIpRanges = 3,
    DhcpIpUsedClusters = 4,
    DhcpIpRangesDhcpOnly = 5,
    DhcpIpRangesDhcpBootp = 6,
    DhcpIpRangesBootpOnly = 7,
}
#define global DhcpIpRanges          0x0
#define global DhcpSecondaryHosts    0x1
#define global DhcpReservedIps       0x2
#define global DhcpExcludedIpRanges  0x3
#define global DhcpIpUsedClusters    0x4
#define global DhcpIpRangesDhcpOnly  0x5
#define global DhcpIpRangesDhcpBootp 0x6
#define global DhcpIpRangesBootpOnly 0x7