// d3dkmthk.h
PFND3DKMT_QUERYALLOCATIONRESIDENCY Pfnd3dkmtQueryallocationresidency;
NTSTATUS Pfnd3dkmtQueryallocationresidency(
const D3DKMT_QUERYALLOCATIONRESIDENCY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_QUERYALLOCATIONRESIDENCY callback function retrieves the residency status of a resource or list of allocations.
unnamedParam1Pointer to a D3DKMT_QUERYALLOCATIONRESIDENCY structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_QUERYALLOCATIONRESIDENCY Pfnd3dkmtQueryallocationresidency;
// Definition
NTSTATUS Pfnd3dkmtQueryallocationresidency
(
const D3DKMT_QUERYALLOCATIONRESIDENCY *
)
{...}