EMRSETPALETTEENTRIES  1QGY5L5 

The EMRSETPALETTEENTRIES structure contains members for the SetPaletteEntries1FBKLR4 enhanced metafile record.

typedef struct tagEMRSETPALETTEENTRIES

    EMR          emr;

    DWORD        ihPal;

    DWORD        iStart;

    DWORD        cEntries;

    PALETTEENTRY aPalEntries[1];

} EMRSETPALETTEENTRIES, *PEMRSETPALETTEENTRIES;

 

Members

emr

Base structure for all record types.

ihPal

Palette handle index.

iStart

Index of first entry to set.

cEntries

Number of entries.

aPalEntries

Array of PALETTEENTRY structures. Note that peFlags members in the structures do not contain any flags.

 

See Also

PALETTEENTRY, SetPaletteEntries