EMRSELECTPALETTE

The EMRSELECTPALETTE structure contains members for the SelectPalette 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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Metafiles Overview, Enhanced Metafile Structures, SelectPalette