EMRSELECTPALETTE  122MKE6 

The EMRSELECTPALETTE structure contains members for the SelectPalette4ZX._H5 enhanced metafile record. Note that the bForceBackground parameter in SelectPalette is always recorded as TRUE, which causes the palette to be realized as a background palette.

typedef struct tagEMRSELECTPALETTE


    EMR   emr;

    DWORD ihPal;

} EMRSELECTPALETTE, *PEMRSELECTPALETTE;

 

Members

emr

Base structure for all record types.

ihPal

Index to logical palette in handle table.

 

See Also

SelectPalette4ZX._H5