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