PXE_DHCP_OPTION structure (wdspxe.h)

The PXE_DHCP_OPTION structure can be used with the Windows Deployment Services PXE Server API.

Syntax

typedef struct tagPXE_DHCP_OPTION {
  BYTE OptionType;
  BYTE OptionLength;
  BYTE OptionValue[1];
} PXE_DHCP_OPTION, *PPXE_DHCP_OPTION;

Members

OptionType

A DHCP option type.

OptionLength

Length of the option value.

OptionValue[1]

The option value.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008, Windows Server 2003 with SP2 [desktop apps only]
Header wdspxe.h