Freigeben über


CPalette::GetPaletteEntries

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 OverviewClass MembersHierarchy Chart

See Also   , CPalette::SetPaletteEntries