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 / graph.h < prev    next >
Text File  |  1997-10-05  |  469b  |  24 lines

  1.  /*****************************************************************************
  2.  *
  3.  *  Graph.h - Header for graphing window.
  4.  *
  5.  *  Microsoft Confidential
  6.  *  Copyright (c) 1992-1997 Microsoft Corporation
  7.  *
  8.  *
  9.  ****************************************************************************/
  10.  
  11.  
  12. #define GRAPH_BORDER 4
  13.  
  14.  
  15. BOOL GraphInitializeApplication (void) ;
  16.  
  17.  
  18. HWND CreateGraphWindow (HWND hWndParent) ;
  19.  
  20.  
  21. void SizeGraphComponents (HWND hWnd) ;
  22.  
  23.  
  24.