// d3dkmthk.h
PFND3DKMT_UNLOCK Pfnd3dkmtUnlock;
NTSTATUS Pfnd3dkmtUnlock(
const D3DKMT_UNLOCK *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_UNLOCK callback function unlocks a list of allocations.
unnamedParam1Pointer to a D3DKMT_UNLOCK structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_UNLOCK Pfnd3dkmtUnlock;
// Definition
NTSTATUS Pfnd3dkmtUnlock
(
const D3DKMT_UNLOCK *
)
{...}