// d3dkmthk.h
PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY Pfnd3dkmtSetcontextschedulingpriority;
NTSTATUS Pfnd3dkmtSetcontextschedulingpriority(
const D3DKMT_SETCONTEXTSCHEDULINGPRIORITY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY callback function sets the scheduling priority for a device context.
unnamedParam1Pointer to a D3DKMT_SETCONTEXTSCHEDULINGPRIORITY structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY Pfnd3dkmtSetcontextschedulingpriority;
// Definition
NTSTATUS Pfnd3dkmtSetcontextschedulingpriority
(
const D3DKMT_SETCONTEXTSCHEDULINGPRIORITY *
)
{...}