D3DKMTUnlock2 - NtDoc

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

NTSTATUS D3DKMTUnlock2(
  [in] const D3DKMT_UNLOCK2 *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtunlock2)

D3DKMTUnlock2 function

Description

The D3DKMTUnlock2 function unlocks a list of allocations.

Parameters

unnamedParam1 [in]

A pointer to a D3DKMT_UNLOCK2 structure that describes a list of allocations to unlock.

Return value

Return code Description
STATUS_SUCCESS The allocations were successfully unlocked.
STATUS_INVALID_PARAMETER Parameters were validated and determined to be incorrect.

This function might also return other NTSTATUS values.

See also

D3DKMT_UNLOCK2