PFND3DKMT_LOCK - NtDoc

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

PFND3DKMT_LOCK Pfnd3dkmtLock;

NTSTATUS Pfnd3dkmtLock(
  D3DKMT_LOCK *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_lock)

PFND3DKMT_LOCK callback function

Description

Pfnd3dkmtLock locks an entire allocation or specific pages within an allocation.

Parameters

unnamedParam1

Pointer to a D3DKMT_LOCK structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_LOCK Pfnd3dkmtLock;

// Definition

NTSTATUS Pfnd3dkmtLock
(
    D3DKMT_LOCK *
)
{...}

Remarks

See also