PFND3DKMT_MAKERESIDENT - NtDoc

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

PFND3DKMT_MAKERESIDENT Pfnd3dkmtMakeresident;

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

NtDoc

No description available.

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

PFND3DKMT_MAKERESIDENT callback function

Description

Pfnd3dkmtMakeresident adds a resource to the device residency list and increment the residency reference count on this allocation.

Parameters

unnamedParam1

Pointer to a D3DDDI_MAKERESIDENT structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_MAKERESIDENT Pfnd3dkmtMakeresident;

// Definition

NTSTATUS Pfnd3dkmtMakeresident
(
    D3DDDI_MAKERESIDENT *
)
{...}

Remarks

See also