// d3dkmthk.h
PFND3DKMT_GETCONTEXTSCHEDULINGPRIORITY Pfnd3dkmtGetcontextschedulingpriority;
NTSTATUS Pfnd3dkmtGetcontextschedulingpriority(
D3DKMT_GETCONTEXTSCHEDULINGPRIORITY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The Pfnd3dkmtGetcontextschedulingpriority retrieves the scheduling priority for a device context.
unnamedParam1Pointer to a D3DKMT_GETCONTEXTSCHEDULINGPRIORITY structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_GETCONTEXTSCHEDULINGPRIORITY Pfnd3dkmtGetcontextschedulingpriority;
// Definition
NTSTATUS Pfnd3dkmtGetcontextschedulingpriority
(
D3DKMT_GETCONTEXTSCHEDULINGPRIORITY *
)
{...}