Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 2.35 KB

ns-dispmprt-dxgkarg_getdisplaystateintrusive.md

File metadata and controls

74 lines (57 loc) · 2.35 KB
UID title ms.date tech.root targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:dispmprt._DXGKARG_GETDISPLAYSTATE_INTRUSIVE
DXGKARG_GETDISPLAYSTATEINTRUSIVE
03/24/2020
display
Windows
The DXGKARG_GETDISPLAYSTATEINTRUSIVE structure is passed to DxgkDdiGetDisplayStateIntrusive during diagnostic data collection.
structure
dispmprt.h
Windows 10, version 2004
DXGKARG_GETDISPLAYSTATEINTRUSIVE, *PDXGKARG_GETDISPLAYSTATEINTRUSIVE
apiref
HeaderDef
dispmprt.h
_DXGKARG_GETDISPLAYSTATE_INTRUSIVE
PDXGKARG_GETDISPLAYSTATEINTRUSIVE
DXGKARG_GETDISPLAYSTATEINTRUSIVE
_DXGKARG_GETDISPLAYSTATE_INTRUSIVE
dispmprt/_DXGKARG_GETDISPLAYSTATE_INTRUSIVE
PDXGKARG_GETDISPLAYSTATEINTRUSIVE
dispmprt/PDXGKARG_GETDISPLAYSTATEINTRUSIVE
DXGKARG_GETDISPLAYSTATEINTRUSIVE
dispmprt/DXGKARG_GETDISPLAYSTATEINTRUSIVE
c++

DXGKARG_GETDISPLAYSTATEINTRUSIVE structure

-description

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

-struct-fields

-field NumOfTargets

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

-field SizeOfDisplayStateIntrusiveElement

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

-field 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