Prev Next

EMRRESIZEPALETTE info  Overview  Group

The EMRRESIZEPALETTE structure contains members for the ResizePalette enhanced metafile record.

typedef struct tagEMRRESIZEPALETTE
{
EMR emr;     DWORD ihPal;     DWORD cEntries; } EMRRESIZEPALETTE, *PEMRRESIZEPALETTE;  

Members

emr
Base structure for all record types.
ihPal
Index of palette in handle table.
cEntries
Number of entries in palette after resizing.

See Also

ResizePalette