Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DHCP_OPTION_DATA_TYPE enumeration defines the set of formats that represent DHCP option data.
Syntax
typedef enum _DHCP_OPTION_DATA_TYPE {
DhcpByteOption,
DhcpWordOption,
DhcpDWordOption,
DhcpDWordDWordOption,
DhcpIpAddressOption,
DhcpStringDataOption,
DhcpBinaryDataOption,
DhcpEncapsulatedDataOption,
DhcpIpv6AddressOption
} DHCP_OPTION_DATA_TYPE, *LPDHCP_OPTION_DATA_TYPE;
Constants
DhcpByteOptionThe option data is stored as a BYTE value. |
DhcpWordOptionThe option data is stored as a WORD value. |
DhcpDWordOptionThe option data is stored as a DWORD value. |
DhcpDWordDWordOptionThe option data is stored as a DWORD_DWORD value. |
DhcpIpAddressOptionThe option data is an IP address, stored as a DHCP_IP_ADDRESS value (DWORD). |
DhcpStringDataOptionThe option data is stored as a Unicode string. |
DhcpBinaryDataOptionThe option data is stored as a DHCP_BINARY_DATA structure. |
DhcpEncapsulatedDataOptionThe option data is encapsulated and stored as a DHCP_BINARY_DATA structure. |
DhcpIpv6AddressOptionThe option data is stored as a Unicode string. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | dhcpsapi.h |