// d3dkmthk.h
PFND3DKMT_INVALIDATECACHE Pfnd3dkmtInvalidatecache;
NTSTATUS Pfnd3dkmtInvalidatecache(
const D3DKMT_INVALIDATECACHE *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Pfnd3dkmtInvalidatecache invalidates cache.
unnamedParam1Pointer to a D3DKMT_INVALIDATECACHE structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_INVALIDATECACHE Pfnd3dkmtInvalidatecache;
// Definition
NTSTATUS Pfnd3dkmtInvalidatecache
(
const D3DKMT_INVALIDATECACHE *
)
{...}