Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 2.36 KB

nf-wdspxe-pxedhcpappendoptionraw.md

File metadata and controls

89 lines (67 loc) · 2.36 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
NF:wdspxe.PxeDhcpAppendOptionRaw
PxeDhcpAppendOptionRaw function (wdspxe.h)
Appends a DHCP option to the reply packet. (PxeDhcpAppendOptionRaw)
PxeDhcpAppendOptionRaw
PxeDhcpAppendOptionRaw function [Windows Deployment Services]
wds.pxedhcpappendoptionraw
wdspxe/PxeDhcpAppendOptionRaw
wds\pxedhcpappendoptionraw.htm
wds
f6525a06-a3b0-4989-8132-fa8f1ad2fec3
12/05/2018
PxeDhcpAppendOptionRaw, PxeDhcpAppendOptionRaw function [Windows Deployment Services], wds.pxedhcpappendoptionraw, wdspxe/PxeDhcpAppendOptionRaw
wdspxe.h
Windows
None supported
Windows Server 2008, Windows Server 2003 with SP2 [desktop apps only]
WdsPxe.lib
WdsPxe.dll
Windows
19H1
PxeDhcpAppendOptionRaw
wdspxe/PxeDhcpAppendOptionRaw
c++
APIRef
kbSyntax
DllExport
WdsPxe.dll
PxeDhcpAppendOptionRaw

PxeDhcpAppendOptionRaw function

-description

Appends a DHCP option to the reply packet.

-parameters

-param pReplyPacket [in, out]

Pointer to a reply packet allocated with the PxePacketAllocate function.

-param uMaxReplyPacketLen [in]

Allocated length of the packet pointed to by the pReplyPacket parameter.

-param puReplyPacketLen [in, out]

Address of a ULONG that on successful completion will receive the length of the packet pointed to by the pReplyPacket parameter.

-param uBufferLen [in]

Length of the option value pointed to by the pBuffer parameter.

-param pBuffer [in]

Address of the buffer that contains the DHCP option value.

-returns

If the function succeeds, the return value is ERROR_SUCCESS.

-see-also

PxePacketAllocate

Windows Deployment Services Server Functions