Struttura EMRPIXELFORMAT (wingdi.h)
La struttura EMRPIXELFORMAT contiene i membri per il record metafile avanzato SetPixelFormat . Le informazioni sul formato pixel in ENHMETAHEADER fanno riferimento a questa struttura.
Sintassi
typedef struct tagEMRPIXELFORMAT {
EMR emr;
PIXELFORMATDESCRIPTOR pfd;
} EMRPIXELFORMAT, *PEMRPIXELFORMAT;
Members
emr
Struttura di base per tutti i tipi di record.
pfd
Struttura PIXELFORMATDESCRIPTOR che descrive il formato pixel.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | wingdi.h (include Windows.h) |