// d3dkmthk.h
PFND3DKMT_SETALLOCATIONPRIORITY Pfnd3dkmtSetallocationpriority;
NTSTATUS Pfnd3dkmtSetallocationpriority(
const D3DKMT_SETALLOCATIONPRIORITY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_SETALLOCATIONPRIORITY callback function sets the priority level of a resource or list of allocations.
unnamedParam1Pointer to a D3DKMT_SETALLOCATIONPRIORITY structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_SETALLOCATIONPRIORITY Pfnd3dkmtSetallocationpriority;
// Definition
NTSTATUS Pfnd3dkmtSetallocationpriority
(
const D3DKMT_SETALLOCATIONPRIORITY *
)
{...}