structure PDEV_ADJUST_GRAPHICS_RESOLUTION (printoem.h)
La structure PDEV_ADJUST_GRAPHICS_RESOLUTION spécifie une valeur de résolution graphique.
Syntaxe
typedef struct _PDEV_ADJUST_GRAPHICS_RESOLUTION {
POINT ptGraphicsResolution;
} PDEV_ADJUST_GRAPHICS_RESOLUTION, *PPDEV_ADJUST_GRAPHICS_RESOLUTION;
Membres
ptGraphicsResolution
Structure POINT qui spécifie la résolution de la zone graphique, en points par pouce (PPP).
Remarques
La structure PDEV_ADJUST_GRAPHICS_RESOLUTION est disponible dans Windows Vista et les systèmes d’exploitation ultérieurs.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | printoem.h (inclure Printoem.h) |