Struttura EMRSETPALETTEENTRIES (wingdi.h)
La struttura EMRSETPALETTEENTRIES contiene membri per il record metafile avanzato SetPaletteEntries .
Sintassi
typedef struct tagEMRSETPALETTEENTRIES {
EMR emr;
DWORD ihPal;
DWORD iStart;
DWORD cEntries;
PALETTEENTRY aPalEntries[1];
} EMRSETPALETTEENTRIES, *PEMRSETPALETTEENTRIES;
Members
emr
Struttura di base per tutti i tipi di record.
ihPal
Indice dell'handle del riquadro.
iStart
Indice della prima voce da impostare.
cEntries
Numero di voci.
aPalEntries[1]
Matrice di strutture PALETTEENTRY . Si noti che i membri peFlags nelle strutture non contengono alcun flag.
Requisiti
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | wingdi.h (include Windows.h) |