// d3dkmthk.h
NTSTATUS D3DKMTUnlock2(
[in] const D3DKMT_UNLOCK2 *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMTUnlock2 function unlocks a list of allocations.
unnamedParam1 [in]A pointer to a D3DKMT_UNLOCK2 structure that describes a list of allocations to unlock.
| 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.