The GetSystemPaletteEntries function retrieves a range of palette entries from the system palette that is associated with the specified device context.
UINT GetSystemPaletteEntries(
HDC hdc, |
// handle of device context |
UINT iStartIndex, |
// index of first entry to be retrieved |
UINT nEntries, |
// number of entries to be retrieved |
LPPALETTEENTRY lppe |
// array receiving system-palette entries |
); |
If the function succeeds, the return value is the number of entries retrieved from the 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.
GetDeviceCaps, GetPaletteEntries, PALETTEENTRY
See:
file: /Techref/os/win/api/win32/func/src/f40_5.htm, 3KB, , updated: 2001/6/26 10:22, local time: 2024/11/4 19:23,
18.190.239.246: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://ecomorder.com/Techref/os/win/api/win32/func/src/f40_5.htm"> GetSystemPaletteEntries</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.