This topic has not yet been rated - Rate this topic

PxePacketFree function

Frees a packet allocated by the PxePacketAllocate function.

Syntax


DWORD PXEAPI PxePacketFree(
  _In_  HANDLE hProvider,
  _In_  HANDLE hClientRequest,
  _In_  PVOID pPacket
);

Parameters

hProvider [in]

HANDLE passed to the PxeProviderInitialize function.

hClientRequest [in]

Handle to the client request received in the PxeProviderRecvRequest callback.

pPacket [in]

Pointer to packet allocated by the PxePacketAllocate function.

Return value

If the function succeeds, the return value is ERROR_SUCCESS.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2008, Windows Server 2003 with SP2 [desktop apps only]

Header

WdsPxe.h

Library

WdsPxe.lib

DLL

WdsPxe.dll

See also

Windows Deployment Services Server Functions
PxePacketAllocate
PxeProviderInitialize
PxeProviderRecvRequest

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.