DXGKCB_COMPLETEPSTATETRANSITION - NtDoc

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

DXGKCB_COMPLETEPSTATETRANSITION DxgkcbCompletepstatetransition;

VOID DxgkcbCompletepstatetransition(
  IN_CONST_HANDLE hAdapter,
  IN UINT ComponentIndex,
  IN UINT CompletedPState
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

DXGKCB_COMPLETEPSTATETRANSITION is reserved for system use. Don't use it in your driver.

Parameters

hAdapter

ComponentIndex

CompletedPState

Remarks

See also