D3DKMT_UNLOCK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_D3DKMT_UNLOCK structure

Description

The D3DKMT_UNLOCK structure describes allocations to unlock.

Members

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.

See also

D3DKMTUnlock