PFND3DKMT_EVICT - NtDoc

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

PFND3DKMT_EVICT Pfnd3dkmtEvict;

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

NtDoc

No description available.

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

PFND3DKMT_EVICT callback function

Description

The Pfnd3dkmtEvict instructs the OS to decrement the residency reference count.

Parameters

unnamedParam1

Pointer to a D3DKMT_EVICT structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_EVICT Pfnd3dkmtEvict;

// Definition

NTSTATUS Pfnd3dkmtEvict
(
    D3DKMT_EVICT *
)
{...}

Remarks

See also