D3DKMT_UNLOCK structure (d3dkmthk.h)

The D3DKMT_UNLOCK structure describes allocations to unlock.

Syntax

typedef struct _D3DKMT_UNLOCK {
  [in] D3DKMT_HANDLE       hDevice;
  [in] UINT                NumAllocations;
  [in] const D3DKMT_HANDLE *phAllocations;
} D3DKMT_UNLOCK;

Members

[in] hDevice

A D3DKMT_HANDLE data type that represents a kernel-mode handle to the device that the allocation is associated with.

[in] NumAllocations

The number of allocations in the array that phAllocations specifies.

[in] phAllocations

An array of D3DKMT_HANDLE data types that represent kernel-mode handles to the allocations to unlock.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTUnlock