class DhcpsApi::DHCP_OPTION_DATA_TYPE
typedef enum _DHCP_OPTION_DATA_TYPE {
DhcpByteOption, DhcpWordOption, DhcpDWordOption, DhcpDWordDWordOption, DhcpIpAddressOption, DhcpStringDataOption, DhcpBinaryDataOption, DhcpEncapsulatedDataOption, DhcpIpv6AddressOption
} DHCP_OPTION_DATA_TYPE
, *LPDHCP_OPTION_DATA_TYPE;
Constants
- DhcpBinaryDataOption
The option data is stored as a
DHCP_BINARY_DATA
structure.- DhcpByteOption
- DhcpDWordDWordOption
The option data is stored as a
DWORD_DWORD
value.- DhcpDWordOption
- DhcpEncapsulatedDataOption
The option data is encapsulated and stored as a
DHCP_BINARY_DATA
structure.- DhcpIpAddressOption
The option data is an IP address, stored as a DHCP_IP_ADDRESS value (DWORD).
- DhcpIpv6AddressOption
The option data is stored as a Unicode string.
- DhcpStringDataOption
The option data is stored as a Unicode string.
- DhcpWordOption