// d3dkmthk.h
typedef struct _D3DKMT_UNLOCK2 {
D3DKMT_HANDLE hDevice;
D3DKMT_HANDLE hAllocation;
} D3DKMT_UNLOCK2;
View the official Windows Driver Kit DDI referenceNo description available.
D3DKMT_UNLOCK2 describes an allocation to unlock.
hDeviceThe handle to the device.
hAllocationThe handle to the allocation to unlock.