D3DKMT_UNLOCK2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_UNLOCK2 {
  D3DKMT_HANDLE hDevice;
  D3DKMT_HANDLE hAllocation;
} D3DKMT_UNLOCK2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_unlock2)

_D3DKMT_UNLOCK2 structure

Description

D3DKMT_UNLOCK2 describes an allocation to unlock.

Members

hDevice

The handle to the device.

hAllocation

The handle to the allocation to unlock.