CPalette::GetPaletteEntries

Syntax

UINT GetPaletteEntries( UINT nStartIndex, UINT nNumEntries, LPPALETTEENTRY lpPaletteColors ) const;

Parameters

nStartIndex

Specifies the first entry in the logical palette to be retrieved.

nNumEntries

Specifies the number of entries in the logical palette to be retrieved.

lpPaletteColors

Points to an array of PALETTEENTRY data structures to receive the palette entries. The array must contain at least as many data structures as specified by nNumEntries.

Remarks

Retrieves a range of palette entries in a logical palette.

Return Value

The number of entries retrieved from the logical palette, or 0 if the function failed.

See Also

::GetPaletteEntries