PFND3DKMT_QUERYALLOCATIONRESIDENCY - NtDoc

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

PFND3DKMT_QUERYALLOCATIONRESIDENCY Pfnd3dkmtQueryallocationresidency;

NTSTATUS Pfnd3dkmtQueryallocationresidency(
  const D3DKMT_QUERYALLOCATIONRESIDENCY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_QUERYALLOCATIONRESIDENCY callback function

Description

The PFND3DKMT_QUERYALLOCATIONRESIDENCY callback function retrieves the residency status of a resource or list of allocations.

Parameters

unnamedParam1

Pointer to a D3DKMT_QUERYALLOCATIONRESIDENCY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_QUERYALLOCATIONRESIDENCY Pfnd3dkmtQueryallocationresidency;

// Definition

NTSTATUS Pfnd3dkmtQueryallocationresidency
(
    const D3DKMT_QUERYALLOCATIONRESIDENCY *
)
{...}

Remarks

See also