// d3dkmthk.h
PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY Pfnd3dkmtSetcontextinprocessschedulingpriority;
NTSTATUS Pfnd3dkmtSetcontextinprocessschedulingpriority(
const D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY callback function sets the scheduling priority for a device context that is in the same process as other device contexts.
unnamedParam1Pointer to a D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY Pfnd3dkmtSetcontextinprocessschedulingpriority;
// Definition
NTSTATUS Pfnd3dkmtSetcontextinprocessschedulingpriority
(
const D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY *
)
{...}