DXGKARG_GETDISPLAYSTATEINTRUSIVE - NtDoc

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

typedef struct _DXGKARG_GETDISPLAYSTATE_INTRUSIVE {
  UINT                        NumOfTargets;
  UINT                        SizeOfDisplayStateIntrusiveElement;
  DXGK_DISPLAYSTATE_INTRUSIVE **ppDisplayStateIntrusive;
} DXGKARG_GETDISPLAYSTATEINTRUSIVE, *PDXGKARG_GETDISPLAYSTATEINTRUSIVE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-dxgkarg_getdisplaystateintrusive)

DXGKARG_GETDISPLAYSTATEINTRUSIVE structure

Description

The DXGKARG_GETDISPLAYSTATEINTRUSIVE structure is passed to DxgkDdiGetDisplayStateIntrusive during diagnostic data collection.

Members

NumOfTargets

The number of targets on which the operating system believes there is a monitor connected with a corresponding VidPnTargetId filled in.

SizeOfDisplayStateIntrusiveElement

Size of a DXGK_DISPLAYSTATE_INTRUSIVE structure, in bytes. Set to sizeof(DXGK_DISPLAYSTATE_INTRUSIVE).

ppDisplayStateIntrusive

Pointer to an array of pointers to DXGK_DISPLAYSTATE_INTRUSIVE structures.

Remarks

DXGKRNL passes DXGKARG_GETDISPLAYSTATEINTRUSIVE in calls to DxgkDdiGetDisplayStateIntrusive during diagnostic data collection.

See also

DXGK_DISPLAYSTATE_INTRUSIVE

DxgkDdiGetDisplayStateIntrusive