PFND3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY - NtDoc

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

PFND3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY Pfnd3dkmtGetcontextinprocessschedulingpriority;

NTSTATUS Pfnd3dkmtGetcontextinprocessschedulingpriority(
  D3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY callback function

Description

The Pfnd3dkmtGetcontextinprocessschedulingpriority callback function is called by an in-process (in-proc) Microsoft Direct3D composition device to retrieve the scheduling priority for a device context that is in the same process as other device contexts.

Parameters

unnamedParam1

Pointer to a D3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY Pfnd3dkmtGetcontextinprocessschedulingpriority;

// Definition

NTSTATUS Pfnd3dkmtGetcontextinprocessschedulingpriority
(
    D3DKMT_GETCONTEXTINPROCESSSCHEDULINGPRIORITY *
)
{...}

Remarks

See also