共用方式為


PFND3DKMT_OFFERALLOCATIONS回呼函式 (d3dkmthk.h)

提供可重複使用的視訊記憶體配置。

語法

PFND3DKMT_OFFERALLOCATIONS Pfnd3dkmtOfferallocations;

NTSTATUS Pfnd3dkmtOfferallocations(
  [in] const D3DKMT_OFFERALLOCATIONS *unnamedParam1
)
{...}

參數

[in] unnamedParam1

pData

D3DKMT_OFFERALLOCATIONS 結構的指標,定義驅動程式提供重複使用的記憶體配置。

傳回值

傳回下列其中一值:

傳回碼 Description
STATUS_SUCCESS 已成功提供配置。
STATUS_DEVICE_REMOVED 圖形配接器已停止或顯示裝置已重設。
STATUS_INVALID_PARAMETER 已驗證參數,並判斷為不正確。

規格需求

需求
最低支援的用戶端 Windows 8
最低支援的伺服器 Windows Server 2012
目標平台 Universal
標頭 d3dkmthk.h (包含 D3dkmthk.h)

另請參閱

D3DKMTReclaimAllocations

D3DKMT_OFFERALLOCATIONS