Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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