Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.0 KiB

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