// d3dkmthk.h
typedef struct _D3DKMT_UNLOCK {
[in] D3DKMT_HANDLE hDevice;
[in] UINT NumAllocations;
[in] const D3DKMT_HANDLE *phAllocations;
} D3DKMT_UNLOCK;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_UNLOCK structure describes allocations to unlock.
hDevice [in]A D3DKMT_HANDLE data type that represents a kernel-mode handle to the device that the allocation is associated with.
NumAllocations [in]The number of allocations in the array that phAllocations specifies.
phAllocations [in]An array of D3DKMT_HANDLE data types that represent kernel-mode handles to the allocations to unlock.