PDEV_ADJUST_GRAPHICS_RESOLUTION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

typedef struct _PDEV_ADJUST_GRAPHICS_RESOLUTION {
  POINT ptGraphicsResolution;
} PDEV_ADJUST_GRAPHICS_RESOLUTION, *PPDEV_ADJUST_GRAPHICS_RESOLUTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-printoem-_pdev_adjust_graphics_resolution)

Description

The PDEV_ADJUST_GRAPHICS_RESOLUTION structure specifies a graphics resolution value.

Members

ptGraphicsResolution

A POINT structure that specifies the resolution of the graphics area, in dots per inch (DPI).

Remarks

The PDEV_ADJUST_GRAPHICS_RESOLUTION structure is available in Windows Vista and later operating systems.