PXE_DHCPV6_MESSAGE structure (wdspxe.h)

A DHCPV6 message.

For more information about the DHCPv6 messages, 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_MESSAGE {
  BYTE              MessageType;
  BYTE              TransactionIDByte1;
  BYTE              TransactionIDByte2;
  BYTE              TransactionIDByte3;
  PXE_DHCPV6_OPTION Options[1];
} PXE_DHCPV6_MESSAGE, *PPXE_DHCPV6_MESSAGE;

Members

MessageType

The DHCPv6 message type.

TransactionIDByte1

Byte 1 of the transaction-id in the DHCPv6 message.

TransactionIDByte2

Byte 2 of the transaction-id the DHCPv6 message.

TransactionIDByte3

Byte 3 of the transaction-id DHCPv6 message.

Options[1]

A PXE_DHCPV6_OPTION structure that specifies the DHCPV6 option.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header wdspxe.h