PXE_DHCPV6_OPTION structure (wdspxe.h)
The PXE_DHCPV6_OPTION structure can be used with the Windows Deployment Services PXE Server API.
For more information about the DHCPv6 option code, developers should refer to the Dynamic Host Configuration Protocol for IPv6 (RFC 3315) maintained by The Internet Engineering Task Force (IETF).
Syntax
typedef struct tagPXE_DHCPV6_OPTION {
WORD OptionCode;
WORD DataLength;
BYTE Data[1];
} PXE_DHCPV6_OPTION, *PPXE_DHCPV6_OPTION;
Members
OptionCode
A DHCPv6 option type.
DataLength
Length of the option value.
Data[1]
The option value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | wdspxe.h |