// 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 referenceNo description available.
The PDEV_ADJUST_GRAPHICS_RESOLUTION structure specifies a graphics resolution value.
ptGraphicsResolutionA POINT structure that specifies the resolution of the graphics area, in dots per inch (DPI).
The PDEV_ADJUST_GRAPHICS_RESOLUTION structure is available in Windows Vista and later operating systems.