D3DKMTSetContextInProcessSchedulingPriority - NtDoc

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

NTSTATUS D3DKMTSetContextInProcessSchedulingPriority(
  [in] const D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtsetcontextinprocessschedulingpriority)

D3DKMTSetContextInProcessSchedulingPriority function

Description

Called by an in-process (in-proc) Microsoft Direct3D composition device to set the scheduling priority for a device context that is in the same process as other device contexts.

Parameters

unnamedParam1 [in]

A pointer to a D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY structure that describes parameters for setting the scheduling priority for a device context.

Return value

Returns one of the following values:

Return code Description
STATUS_SUCCESS The scheduling priority was successfully set.
STATUS_INVALID_PARAMETER Parameters were validated and determined to be incorrect.

See also

D3DKMTGetContextInProcessSchedulingPriority

D3DKMT_SETCONTEXTINPROCESSSCHEDULINGPRIORITY