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.
UINTGetPaletteEntries(UINTnStartIndex**,UINTnNumEntries,LPPALETTEENTRYlpPaletteColors)const;**
Return Value
The number of entries retrieved from the logical palette; 0 if the function failed.
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 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.
CPalette Overview | Class Members | Hierarchy Chart
See Also , CPalette::SetPaletteEntries