DXGKDDI_SWITCHTOHWCONTEXTLIST - NtDoc

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

DXGKDDI_SWITCHTOHWCONTEXTLIST DxgkddiSwitchtohwcontextlist;

NTSTATUS DxgkddiSwitchtohwcontextlist(
  IN_CONST_HANDLE hAdapter,
  IN_CONST_PDXGKARG_SWITCHTOHWCONTEXTLIST pHwContextList
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkddi_switchtohwcontextlist)

DXGKDDI_SWITCHTOHWCONTEXTLIST callback function

Description

Clarifies the order of execution of first and second contexts submitted.

Parameters

hAdapter

A handle to the hardware adapter.

pHwContextList

Pointer to the DXGKARG_SWITCHTOHWCONTEXTLIST structure that represents the hardware context list.

Return value

Returns NTSTATUS.

Prototype

//Declaration

DXGKDDI_SWITCHTOHWCONTEXTLIST DxgkddiSwitchtohwcontextlist;

// Definition

NTSTATUS DxgkddiSwitchtohwcontextlist
(
    IN_CONST_HANDLE hAdapter
    IN_CONST_PDXGKARG_SWITCHTOHWCONTEXTLIST pHwContextList
)
{...}