DXGKARG_GETDISPLAYSTATENONINTRUSIVE estructura (dispmprt.h)
La estructura DXGKARG_GETDISPLAYSTATENONINTRUSIVE se pasa a DxgkDdiGetDisplayStateNonIntrusive durante la recopilación de datos de diagnóstico.
Sintaxis
typedef struct _DXGKARG_GETDISPLAYSTATE_NONINTRUSIVE {
UINT NumOfTargets;
UINT SizeOfDisplayStateNonIntrusiveElement;
DXGK_DISPLAYSTATE_NONINTRUSIVE **ppDisplayStateNonIntrusive;
} DXGKARG_GETDISPLAYSTATENONINTRUSIVE, *PDXGKARG_GETDISPLAYSTATENONINTRUSIVE;
Miembros
NumOfTargets
El número de destinos en los que el sistema operativo cree que hay un monitor conectado con un VidPnTargetId correspondiente rellenado.
SizeOfDisplayStateNonIntrusiveElement
Tamaño de una estructura de DXGK_DISPLAYSTATE_NONINTRUSIVE , en bytes. Establézcalo en sizeof(DXGK_DISPLAYSTATE_NONINTRUSIVE)
.
ppDisplayStateNonIntrusive
Puntero a una matriz de punteros para DXGK_DISPLAYSTATE_NONINTRUSIVE estructuras.
Comentarios
DXGKRNL pasa DXGKARG_GETDISPLAYSTATENONINTRUSIVE en llamadas a DxgkDdiGetDisplayStateNonIntrusive durante la recopilación de datos de diagnóstico.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10, versión 2004 |
Encabezado | dispmprt.h |