Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PfnD3dkmtGetProcessSchedulingPriorityClass retrieves the scheduling priority for a process.
Syntax
PFND3DKMT_GETPROCESSSCHEDULINGPRIORITYCLASS PfnD3dkmtGetProcessSchedulingPriorityClass;
NTSTATUS PfnD3dkmtGetProcessSchedulingPriorityClass(
HANDLE unnamedParam1
D3DKMT_SCHEDULINGPRIORITYCLASS *unnamedParam2
)
{...}
Parameters
unnamedParam1
A handle to a display device.
unnamedParam2
Pointer to a D3DKMT_SCHEDULINGPRIORITYCLASS enum value representing the scheduling priority class.
Return value
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |