The GetPaletteEntries function retrieves a specified range of palette entries from the given logical palette.
UINT GetPaletteEntries(
HPALETTE hpal, |
// handle of logical color palette |
UINT iStartIndex, |
// first entry to retrieve |
UINT nEntries, |
// number of entries to retrieve |
LPPALETTEENTRY lppe |
// address of array receiving entries |
); |
If the function succeeds and the handle of the logical color palette is a valid pointer (not NULL), the return value is the number of entries retrieved from the logical palette. If the function succeeds and handle of the logical color palette is NULL, the return value is the number of entries in the given palette.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
An application can determine whether a device supports palette operations by calling the GetDeviceCaps function and specifying the RASTERCAPS constant.
If the nEntries parameter specifies more entries than exist in the palette, the remaining members of the PALETTEENTRY structure are not altered.
GetDeviceCaps, GetSystemPaletteEntries, SetPaletteEntries, PALETTEENTRY
file: /Techref/os/win/api/win32/func/src/f36_6.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 20:33,
3.14.129.236:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f36_6.htm"> GetPaletteEntries</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.