Structure EMRPIXELFORMAT (wingdi.h)

La structure EMRPIXELFORMAT contient les membres de l’enregistrement métafichier amélioré SetPixelFormat . Les informations de format de pixel dans ENHMETAHEADER font référence à cette structure.

Syntaxe

typedef struct tagEMRPIXELFORMAT {
  EMR                   emr;
  PIXELFORMATDESCRIPTOR pfd;
} EMRPIXELFORMAT, *PEMRPIXELFORMAT;

Membres

emr

Structure de base pour tous les types d’enregistrements.

pfd

Structure PIXELFORMATDESCRIPTOR , qui décrit le format de pixel.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
En-tête wingdi.h (inclure Windows.h)

Voir aussi

ENHMETAHEADER

Structures de métafichiers

Vue d’ensemble des métafichiers

PIXELFORMATDESCRIPTOR

SetPixelFormat