home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / perfmon / valuebar.h < prev    next >
Encoding:
Text File  |  1993-05-15  |  762 b   |  35 lines

  1.  
  2. HWND CreateGraphStatusWindow (HWND hWndGraph) ;
  3.  
  4. BOOL GraphStatusInitializeApplication (void) ;
  5.  
  6. LRESULT APIENTRY GraphStatusWndProc (HWND hWnd,
  7.                                      WORD wMsg,
  8.                                      WPARAM wParam,
  9.                                      LONG lParam) ;
  10.  
  11.  
  12. void StatusDrawAvg (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
  13.  
  14.  
  15. void StatusDrawMax (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
  16.  
  17.  
  18. void StatusDrawMin (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
  19.  
  20.  
  21.  
  22. void StatusDrawLast (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
  23.  
  24.  
  25. void StatusDrawTime (HDC hDC, BOOL bForceRedraw) ;
  26.  
  27.  
  28. int ValuebarHeight (HWND hWnd) ;
  29.  
  30.  
  31. void StatusTimer (HWND hWnd, BOOL bForecRedraw) ;
  32.  
  33.  
  34.  
  35.