home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv5_6 / cpumeter / cpumete.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-01  |  424 b   |  18 lines

  1. /*----------------------
  2.    CPUMETE.H header file
  3.   ----------------------*/
  4.  
  5. #define ID_ICON00   100
  6. #define ID_ICON10   101
  7. #define ID_ICON20   102
  8. #define ID_ICON30   103
  9. #define ID_ICON40   104
  10. #define ID_ICON50   105
  11. #define ID_ICON60   106
  12. #define ID_ICON70   107
  13. #define ID_ICON80   108
  14. #define ID_ICON90   109
  15. #define ID_ICON100  110
  16.  
  17. MRESULT EXPENTRY ClientWndProc (HWND, USHORT, MPARAM, MPARAM) ;
  18.