DXGKARG_GETDISPLAYSTATENONINTRUSIVE structure (dispmprt.h)

The DXGKARG_GETDISPLAYSTATENONINTRUSIVE structure is passed to DxgkDdiGetDisplayStateNonIntrusive during diagnostic data collection.

Syntax

typedef struct _DXGKARG_GETDISPLAYSTATE_NONINTRUSIVE {
  UINT                           NumOfTargets;
  UINT                           SizeOfDisplayStateNonIntrusiveElement;
  DXGK_DISPLAYSTATE_NONINTRUSIVE **ppDisplayStateNonIntrusive;
} DXGKARG_GETDISPLAYSTATENONINTRUSIVE, *PDXGKARG_GETDISPLAYSTATENONINTRUSIVE;

Members

NumOfTargets

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

SizeOfDisplayStateNonIntrusiveElement

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

ppDisplayStateNonIntrusive

Pointer to an array of pointers to DXGK_DISPLAYSTATE_NONINTRUSIVE structures.

Remarks

DXGKRNL passes DXGKARG_GETDISPLAYSTATENONINTRUSIVE in calls to DxgkDdiGetDisplayStateNonIntrusive during diagnostic data collection.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header dispmprt.h

See also

DXGK_DISPLAYSTATE_NONINTRUSIVE

DxgkDdiGetDisplayStateNonIntrusive