Share via


CImageDisplay::IsPalettised

 
Microsoft DirectShow 9.0

CImageDisplay::IsPalettised

The IsPalettised method determines whether the current display format is palettized.

Syntax

  BOOL IsPalettised(void);

Return Value

Returns TRUE if the format is palettized, or FALSE otherwise.

Requirements

**  Header:** Declared in Winutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also