home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv5_6 / cpumeter / histgram.h < prev   
Encoding:
Text File  |  1990-11-01  |  218 b   |  6 lines

  1. void create_histogram (HAB hab, HWND hwndClient) ;
  2. void paint_histogram (void) ;
  3. void update_histogram (INT iPercentage) ;
  4. void size_histogram (INT xPixelWidth, INT yPixelHeight) ;
  5. void destroy_histogram (void) ;
  6.