D3DKMT_UNLOCK结构(d3dkmthk.h)
D3DKMT_UNLOCK结构描述要解锁的分配。
语法
typedef struct _D3DKMT_UNLOCK {
[in] D3DKMT_HANDLE hDevice;
[in] UINT NumAllocations;
[in] const D3DKMT_HANDLE *phAllocations;
} D3DKMT_UNLOCK;
成员
[in] hDevice
D3DKMT_HANDLE数据类型,表示与分配关联的设备的内核模式句柄。
[in] NumAllocations
phAllocations 指定的数组中的分配数。
[in] phAllocations
表示要解锁的分配的内核模式句柄的D3DKMT_HANDLE数据类型数组。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows Vista |
标头 | d3dkmthk.h (包括 D3dkmthk.h) |