CDrawImage::GetPaletteVersion

 
Microsoft DirectShow 9.0

CDrawImage::GetPaletteVersion

The GetPaletteVersion method retrieves the current palette version.

Syntax

  LONG GetPaletteVersion(void);

Return Value

Returns the value of the m_PaletteVersion member variable.

Remarks

The value returned by this method applies only when the allocator is a CImageAllocator object.

Requirements

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

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

See Also