estructura DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION (wingdi.h)
La estructura DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION contiene información sobre el estado de la compatibilidad con la resolución virtual para el monitor.
Sintaxis
typedef struct DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION {
DISPLAYCONFIG_DEVICE_INFO_HEADER header;
union {
struct {
UINT32 disableMonitorVirtualResolution : 1;
UINT32 reserved : 31;
} DUMMYSTRUCTNAME;
UINT32 value;
} DUMMYSTRUCTNAME;
} DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION;
Miembros
header
Estructura DISPLAYCONFIG_DEVICE_INFO_HEADER que contiene información sobre el tipo, el tamaño, el adapterID y el identificador del destino al que está conectado el monitor.
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.DUMMYSTRUCTNAME.disableMonitorVirtualResolution
Al establecer este bit, se deshabilita el modo virtual para el monitor mediante la información que se encuentra en el encabezado.
DUMMYSTRUCTNAME.DUMMYSTRUCTNAME.reserved
Reservado para uso del sistema. No use en el controlador.
DUMMYSTRUCTNAME.value
Refleja el valor de disableMonitorVirtualResolution en los casos en los que se utiliza la depuración.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Disponible en Windows 10 Client. |
Encabezado | wingdi.h (incluye Windows.h) |