// 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 referenceNo description available.
The DXGKARG_GETDISPLAYSTATEINTRUSIVE structure is passed to DxgkDdiGetDisplayStateIntrusive during diagnostic data collection.
NumOfTargetsThe number of targets on which the operating system believes there is a monitor connected with a corresponding VidPnTargetId filled in.
SizeOfDisplayStateIntrusiveElementSize of a DXGK_DISPLAYSTATE_INTRUSIVE structure, in bytes. Set to sizeof(DXGK_DISPLAYSTATE_INTRUSIVE).
ppDisplayStateIntrusivePointer to an array of pointers to DXGK_DISPLAYSTATE_INTRUSIVE structures.
DXGKRNL passes DXGKARG_GETDISPLAYSTATEINTRUSIVE in calls to DxgkDdiGetDisplayStateIntrusive during diagnostic data collection.
DxgkDdiGetDisplayStateIntrusive