Skip to content

Latest commit

 

History

History
159 lines (99 loc) · 5.55 KB

ns-dhcpsapi-dhcp_option_data_element.md

File metadata and controls

159 lines (99 loc) · 5.55 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:dhcpsapi._DHCP_OPTION_DATA_ELEMENT
DHCP_OPTION_DATA_ELEMENT (dhcpsapi.h)
The DHCP_OPTION_DATA_ELEMENT structure defines a data element present (either singly or as a member of an array) within a DHCP_OPTION_DATA structure.
*LPDHCP_OPTION_DATA_ELEMENT
DHCP_OPTION_DATA_ELEMENT
DHCP_OPTION_DATA_ELEMENT structure [DHCP]
LPDHCP_OPTION_DATA_ELEMENT
LPDHCP_OPTION_DATA_ELEMENT structure pointer [DHCP]
dhcp.dhcp_option_data_element
dhcpsapi/LPDHCP_OPTION_DATA_ELEMENT
dhcpsapi/_DHCP_OPTION_DATA_ELEMENT
dhcp\dhcp_option_data_element.htm
DHCP
2ffc8968-f903-4d8e-8b34-c8031a56ebfc
12/05/2018
*LPDHCP_OPTION_DATA_ELEMENT, DHCP_OPTION_DATA_ELEMENT, DHCP_OPTION_DATA_ELEMENT structure [DHCP], LPDHCP_OPTION_DATA_ELEMENT, LPDHCP_OPTION_DATA_ELEMENT structure pointer [DHCP], dhcp.dhcp_option_data_element, dhcpsapi/LPDHCP_OPTION_DATA_ELEMENT, dhcpsapi/_DHCP_OPTION_DATA_ELEMENT
dhcpsapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Windows
DHCP_OPTION_DATA_ELEMENT, *LPDHCP_OPTION_DATA_ELEMENT
19H1
_DHCP_OPTION_DATA_ELEMENT
dhcpsapi/_DHCP_OPTION_DATA_ELEMENT
LPDHCP_OPTION_DATA_ELEMENT
dhcpsapi/LPDHCP_OPTION_DATA_ELEMENT
DHCP_OPTION_DATA_ELEMENT
dhcpsapi/DHCP_OPTION_DATA_ELEMENT
c++
APIRef
kbSyntax
HeaderDef
Dhcpsapi.h
DHCP_OPTION_DATA_ELEMENT

DHCP_OPTION_DATA_ELEMENT structure

-description

The DHCP_OPTION_DATA_ELEMENT structure defines a data element present (either singly or as a member of an array) within a DHCP_OPTION_DATA structure.

-struct-fields

-field OptionType

A DHCP_OPTION_DATA_TYPE enumeration value that indicates the type of data that is present in the subsequent field, Element.

-field Element.ByteOption.case

-field Element.ByteOption.case.DhcpByteOption

-field Element.WordOption.case

-field Element.WordOption.case.DhcpWordOption

-field Element.DWordOption.case

-field Element.DWordOption.case.DhcpDWordOption

-field Element.DWordDWordOption.case

-field Element.DWordDWordOption.case.DhcpDWordDWordOption

-field Element.IpAddressOption.case

-field Element.IpAddressOption.case.DhcpIpAddressOption

-field Element.StringDataOption.case

-field Element.StringDataOption.case.DhcpStringDataOption

-field Element.BinaryDataOption.case

-field Element.BinaryDataOption.case.DhcpBinaryDataOption

-field Element.EncapsulatedDataOption.case

-field Element.EncapsulatedDataOption.case.DhcpEncapsulatedDataOption

-field Element.Ipv6AddressDataOption.case

-field Element.Ipv6AddressDataOption.case.DhcpIpv6AddressOption

-field Element

-field Element.ByteOption

Specifies the data as a BYTE value. This field will be present if the OptionType is DhcpByteOption.

-field Element.WordOption

Specifies the data as a WORD value. This field will be present if the OptionType is DhcpWordOption.

-field Element.DWordOption

Specifies the data as a DWORD value. This field will be present if the OptionType is DhcpDWordOption.

-field Element.DWordDWordOption

Specifies the data as a DWORD_DWORD value. This field will be present if the OptionType is DhcpDWordDWordOption.

-field Element.IpAddressOption

Specifies the data as a DHCP_IP_ADDRESS (DWORD) value. This field will be present if the OptionType is IpAddressOption.

-field Element.StringDataOption

Specifies the data as a Unicode string value. This field will be present if the OptionType is DhcpStringDataOption.

-field Element.BinaryDataOption

Specifies the data as a DHCP_BINARY_DATA structure. This field will be present if the OptionType is DhcpBinaryDataOption.

-field Element.EncapsulatedDataOption

Specifies the data as encapsulated within a DHCP_BINARY_DATA structure. The application must know the format of the opaque data capsule in order to read it from the Data field of DHCP_BINARY_DATA. This field will be present if the OptionType is DhcpEncapsulatedDataOption.

-field Element.Ipv6AddressDataOption

Specifies the data as a Unicode string value. This field will be present if the OptionType is DhcpIpv6AddressOption.

-field _DHCP_OPTION_ELEMENT_UNION

-see-also

DHCP_BINARY_DATA

DHCP_OPTION_DATA

DHCP_OPTION_DATA_TYPE

DWORD_DWORD