PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY - NtDoc

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

PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY Pfnd3dkmtSetcontextschedulingpriority;

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

NtDoc

No description available.

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

PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY callback function

Description

The PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY callback function sets the scheduling priority for a device context.

Parameters

unnamedParam1

Pointer to a D3DKMT_SETCONTEXTSCHEDULINGPRIORITY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SETCONTEXTSCHEDULINGPRIORITY Pfnd3dkmtSetcontextschedulingpriority;

// Definition

NTSTATUS Pfnd3dkmtSetcontextschedulingpriority
(
    const D3DKMT_SETCONTEXTSCHEDULINGPRIORITY *
)
{...}

Remarks

See also