Struttura EMRSETICMPROFILE (wingdi.h)
La struttura EMRSETICMPROFILE contiene membri per il record metafile avanzato SetICMProfile .
Sintassi
typedef struct tagEMRSETICMPROFILE {
EMR emr;
DWORD dwFlags;
DWORD cbName;
DWORD cbData;
BYTE Data[1];
} EMRSETICMPROFILE, *PEMRSETICMPROFILE, EMRSETICMPROFILEA, *PEMRSETICMPROFILEA, EMRSETICMPROFILEW, *PEMRSETICMPROFILEW;
Members
emr
Struttura di base per tutti i tipi di record.
dwFlags
Flag del profilo. Questo membro può essere SETICMPROFILE_EMBEDED (0x00000001).
cbName
Dimensioni del nome del profilo desiderato.
cbData
Dimensione dei dati del profilo, se associata.
Data[1]
Matrice che contiene i dati del profilo. La lunghezza di questa matrice è cbName più cbData.
Commenti
Questa struttura deve essere usata durante la riproduzione dei metafile.
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) |