DXGKDDI_SWITCHTOHWCONTEXTLIST callback function (d3dkmddi.h)
Clarifies the order of execution of first and second contexts submitted.
Syntax
DXGKDDI_SWITCHTOHWCONTEXTLIST DxgkddiSwitchtohwcontextlist;
NTSTATUS DxgkddiSwitchtohwcontextlist(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_SWITCHTOHWCONTEXTLIST pHwContextList
)
{...}
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.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |