PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY Pfnd3dkmtSetcontextinprocessschedulingpriority;

NTSTATUS Pfnd3dkmtSetcontextinprocessschedulingpriority(
  const D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_setcontextinprocessschedulingpriority)

PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY callback function

Description

The PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY callback function sets the scheduling priority for a device context that is in the same process as other device contexts.

Parameters

unnamedParam1

Pointer to a D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY Pfnd3dkmtSetcontextinprocessschedulingpriority;

// Definition

NTSTATUS Pfnd3dkmtSetcontextinprocessschedulingpriority
(
    const D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY *
)
{...}

Remarks

See also