共用方式為


D3DDDICB_UNLOCK結構 (d3dumddi.h)

D3DDDICB_UNLOCK 結構描述要解除鎖定的配置。

語法

typedef struct _D3DDDICB_UNLOCK {
  [in] UINT                NumAllocations;
  [in] const D3DKMT_HANDLE *phAllocations;
} D3DDDICB_UNLOCK;

成員

[in] NumAllocations

phAllocations 所指定的陣列中設定數目,

[in] phAllocations

D3DKMT_HANDLE數據類型的陣列,表示配置的核心模式句柄。 Microsoft Direct3D 運行時間 pfnAllocateCb 函式會傳回這些句柄。 因此,使用者模式顯示驅動程式會使用這些句柄來解除鎖定配置。

要求

要求 價值
最低支援的用戶端 可在 Windows Vista 和更新版本的 Windows作系統中使用。
標頭 d3dumddi.h (包括 D3dumddi.h)

另請參閱

pfnAllocateCb

pfnUnlockCb