windows-nt/Source/XPSP1/NT/sdktools/setedit/registry.h
2020-09-26 16:20:57 +08:00

37 lines
1 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*****************************************************************************
*
* Registry.h - This is the include file for the user config code.
*
* Microsoft Confidential
* Copyright (c) 1992-1993 Microsoft Corporation
*
*
****************************************************************************/
// default values for .INI files
#define DEFAULT_TIMER_INTERVAL 2000 // sampling interval
// LINEGRAPH
// first three are general default values. The others are specific
#define DEFAULT_VAL_BOTTOM 0
#define DEFAULT_DVAL_AXISHEIGHT 100
#define DEFAULT_MAX_VALUES 100
// LINEGRAPH DISP
#define DEFAULT_F_DISPLAY_LEGEND TRUE
#define DEFAULT_F_DISPLAY_CALIBRATION TRUE
//==========================================================================//
// Exported Functions //
//==========================================================================//
BOOL LoadMainWindowPlacement (HWND hWnd) ;
BOOL SaveMainWindowPlacement (HWND hWnd) ;