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 / grafdisp.h < prev    next >
Text File  |  1993-05-14  |  715b  |  36 lines

  1.  
  2.  
  3.  
  4. BOOL GraphDisplayInitializeApplication (void) ;
  5.  
  6.  
  7. HWND CreateGraphDisplayWindow (HWND hWndGraph) ;
  8.  
  9.  
  10. void SizeGraphDisplayComponentsRect (HDC hDC,
  11.                                      PGRAPHSTRUCT pGraph,
  12.                                      RECT rectDisplay) ;
  13.  
  14.  
  15. void SizeGraphDisplayComponents (HWND hWnd) ;
  16.  
  17.  
  18. BOOL GraphRefresh (HWND hWnd) ;
  19. BOOL ToggleGraphRefresh (HWND hWnd) ;
  20.  
  21.  
  22. void GraphTimer (HWND hWnd, 
  23.                  BOOL bForce) ;
  24.  
  25.  
  26. void DrawGraphDisplay (HDC hDC,
  27.                        RECT rectDraw,
  28.                        PGRAPHSTRUCT pGraph) ;
  29.  
  30.  
  31. void PrintGraphDisplay (HDC hDC,
  32.                         PGRAPHSTRUCT pGraph) ;
  33.  
  34. void ChartHighlight (void) ;
  35.  
  36.