PFND3DKMT_INVALIDATECACHE - NtDoc

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

PFND3DKMT_INVALIDATECACHE Pfnd3dkmtInvalidatecache;

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

NtDoc

No description available.

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

PFND3DKMT_INVALIDATECACHE callback function

Description

Pfnd3dkmtInvalidatecache invalidates cache.

Parameters

unnamedParam1

Pointer to a D3DKMT_INVALIDATECACHE structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_INVALIDATECACHE Pfnd3dkmtInvalidatecache;

// Definition

NTSTATUS Pfnd3dkmtInvalidatecache
(
    const D3DKMT_INVALIDATECACHE *
)
{...}

Remarks

See also