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: 2009/11/22 18:38,
38.107.191.104:LOG IN
|
| ©2009 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? Please DO link to this page! Digg it! <A HREF="http://www.piclist.com/techref/os/win/api/win32/func/src/f40_5.htm"> GetSystemPaletteEntries</A> |
| Did you find what you needed? |
|
o List host: MIT, Site host massmind.org, Top posters @20091122 olin piclist, solarwind, Vitaliy, Tamas Rudnai, Jinx, cdb, Xiaofan Chen, Alan B. Pearce, Gerhard Fiedler, JonnyMac, * Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Shultz Electronics, Timothy Weber, on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
.