home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / GDIDIB.PAK / PALETTE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  326 b   |  11 lines

  1. // palette defines
  2. #define PALVERSION 0x300    // palette version
  3.  
  4. // function prototypes
  5. LRESULT  ProcessPaletteChanged(HWND, WPARAM);
  6. LRESULT  ProcessQueryNewPalette(HWND);
  7. BOOL     IsPaletteDevice(void);     
  8. int      PalEntriesOnDevice(HDC); 
  9. int      ColorsInPalette(HPALETTE);
  10. HPALETTE GetSystemPalette(void);
  11.