Microsoft DirectX 9.0 |
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.
See Also