共用方式為


PxePacketAllocate 函式 (wdspxe.h)

配置要與 PxeSendReply 函式 一起傳送的封包。

語法

PVOID PXEAPI PxePacketAllocate(
  [in] HANDLE hProvider,
  [in] HANDLE hClientRequest,
  [in] ULONG  uSize
);

參數

[in] hProvider

傳遞至 PxeProviderInitialize 函式的HANDLE

[in] hClientRequest

處理 PxeProviderRecvRequest 回呼中收到的用戶端要求。

[in] uSize

要配置的緩衝區大小。

傳回值

配置緩衝區的位址,如果配置失敗,則為 NULL 。 如需擴充錯誤資訊,請使用 GetLastError 函式。

規格需求

需求
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008、Windows Server 2003 SP2 [僅限桌面應用程式]
目標平台 Windows
標頭 wdspxe.h
程式庫 WdsPxe.lib
Dll WdsPxe.dll

另請參閱

PxePacketFree

PxeProviderInitialize

PxeProviderRecvRequest

PxeSendReply

Windows 部署服務伺服器函式