PXE_DHCPV6_MESSAGE_HEADER structure (wdspxe.h)

Describes the fields in common between the PXE_DHCPV6_MESSAGE and PXE_DHCPV6_RELAY_MESSAGE structures.

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_HEADER {
  BYTE MessageType;
  BYTE Message[1];
} PXE_DHCPV6_MESSAGE_HEADER, *PPXE_DHCPV6_MESSAGE_HEADER;

Members

MessageType

The DHCPv6 Message Type.

Message[1]

The remainder of the packet which must be interpreted differently based on the MessageType.

Requirements

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