Share via


DXGKARG_GETDISPLAYSTATEINTRUSIVE estructura (dispmprt.h)

La estructura DXGKARG_GETDISPLAYSTATEINTRUSIVE se pasa a DxgkDdiGetDisplayStateIntrusive durante la recopilación de datos de diagnóstico.

Sintaxis

typedef struct _DXGKARG_GETDISPLAYSTATE_INTRUSIVE {
  UINT                        NumOfTargets;
  UINT                        SizeOfDisplayStateIntrusiveElement;
  DXGK_DISPLAYSTATE_INTRUSIVE **ppDisplayStateIntrusive;
} DXGKARG_GETDISPLAYSTATEINTRUSIVE, *PDXGKARG_GETDISPLAYSTATEINTRUSIVE;

Miembros

NumOfTargets

El número de destinos en los que el sistema operativo cree que hay un monitor conectado con un VidPnTargetId correspondiente rellenado.

SizeOfDisplayStateIntrusiveElement

Tamaño de una estructura de DXGK_DISPLAYSTATE_INTRUSIVE , en bytes. Establézcalo en sizeof(DXGK_DISPLAYSTATE_INTRUSIVE).

ppDisplayStateIntrusive

Puntero a una matriz de punteros para DXGK_DISPLAYSTATE_INTRUSIVE estructuras.

Comentarios

DXGKRNL pasa DXGKARG_GETDISPLAYSTATEINTRUSIVE en llamadas a DxgkDdiGetDisplayStateIntrusive durante la recopilación de datos de diagnóstico.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 2004
Encabezado dispmprt.h

Consulte también

DXGK_DISPLAYSTATE_INTRUSIVE

DxgkDdiGetDisplayStateIntrusive