Class: DhcpsApi::DHCP_SUBNET_ELEMENT

Inherits:
FFI::Union
  • Object
show all
Defined in:
lib/dhcpsapi/data_structures.rb

Overview

typedef struct _DHCP_SUBNET_ELEMENT_DATA_V4 {

  DHCP_SUBNET_ELEMENT_TYPE ElementType;
  union {
    DHCP_IP_RANGE          *IpRange;
    DHCP_HOST_INFO         *SecondaryHost;
    DHCP_IP_RESERVATION_V4 *ReservedIp;
    DHCP_IP_RANGE          *ExcludeIpRange;
    DHCP_IP_CLUSTER        *IpUsedCluster;
  } Element;
} DHCP_SUBNET_ELEMENT_DATA_V4, *LPDHCP_SUBNET_ELEMENT_DATA_V4;