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 |
|
|
Library |
|
|
DLL |
|
See also
- Windows Deployment Services Server Functions
- PxePacketAllocate
- PxeProviderInitialize
- PxeProviderRecvRequest
Send comments about this topic to Microsoft
Build date: 10/26/2012
