// d3dkmthk.h
PFND3DKMT_GETALLOCATIONPRIORITY Pfnd3dkmtGetallocationpriority;
NTSTATUS Pfnd3dkmtGetallocationpriority(
const D3DKMT_GETALLOCATIONPRIORITY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The Pfnd3dkmtGetallocationpriority callback function gets allocation priority.
unnamedParam1Pointer to a D3DKMT_GETALLOCATIONPRIORITY structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_GETALLOCATIONPRIORITY Pfnd3dkmtGetallocationpriority;
// Definition
NTSTATUS Pfnd3dkmtGetallocationpriority
(
const D3DKMT_GETALLOCATIONPRIORITY *
)
{...}