// dispmprt.h
typedef struct _DXGKARG_GETDISPLAYSTATE_NONINTRUSIVE {
UINT NumOfTargets;
UINT SizeOfDisplayStateNonIntrusiveElement;
DXGK_DISPLAYSTATE_NONINTRUSIVE **ppDisplayStateNonIntrusive;
} DXGKARG_GETDISPLAYSTATENONINTRUSIVE, *PDXGKARG_GETDISPLAYSTATENONINTRUSIVE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_GETDISPLAYSTATENONINTRUSIVE structure is passed to DxgkDdiGetDisplayStateNonIntrusive 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.
SizeOfDisplayStateNonIntrusiveElementSize of a DXGK_DISPLAYSTATE_NONINTRUSIVE structure, in bytes. Set to sizeof(DXGK_DISPLAYSTATE_NONINTRUSIVE).
ppDisplayStateNonIntrusivePointer to an array of pointers to DXGK_DISPLAYSTATE_NONINTRUSIVE structures.
DXGKRNL passes DXGKARG_GETDISPLAYSTATENONINTRUSIVE in calls to DxgkDdiGetDisplayStateNonIntrusive during diagnostic data collection.
DXGK_DISPLAYSTATE_NONINTRUSIVE
DxgkDdiGetDisplayStateNonIntrusive