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 / registry.h < prev    next >
Text File  |  1997-10-05  |  1KB  |  37 lines

  1. /*****************************************************************************
  2.  *
  3.  *  Registry.h - This is the include file for the user config code.
  4.  *
  5.  *  Microsoft Confidential
  6.  *  Copyright (c) 1992-1997 Microsoft Corporation
  7.  *
  8.  *
  9.  ****************************************************************************/
  10.  
  11. // default values for .INI files
  12.  
  13. #define DEFAULT_TIMER_INTERVAL      2000        // sampling interval
  14.  
  15. // LINEGRAPH
  16. // first three are general default values. The others are specific
  17. #define DEFAULT_VAL_BOTTOM        0
  18. #define DEFAULT_DVAL_AXISHEIGHT   100
  19. #define DEFAULT_MAX_VALUES        100
  20.  
  21.  
  22. // LINEGRAPH DISP
  23. #define DEFAULT_F_DISPLAY_LEGEND  TRUE
  24. #define DEFAULT_F_DISPLAY_CALIBRATION TRUE
  25.  
  26.  
  27.  
  28. //==========================================================================//
  29. //                             Exported Functions                           //
  30. //==========================================================================//
  31.  
  32.  
  33.  
  34. BOOL LoadMainWindowPlacement (HWND hWnd) ;
  35.  
  36. BOOL SaveMainWindowPlacement (HWND hWnd) ;
  37.