--- mstools/samples/deb/deb.h 2018/08/09 18:21:32 1.1.1.2 +++ mstools/samples/deb/deb.h 2018/08/09 18:23:34 1.1.1.3 @@ -1,16 +1,17 @@ -// ************************************************************************ -// -// Microsoft Developer Support -// Copyright (c) 1992 Microsoft Corporation -// -// ************************************************************************ -// HEADER : DEB.H -// PURPOSE : A Win32 Application that demonstrates the Win32 Debug APIs -// COMMENTS : -// ************************************************************************ + +/******************************************************************************\ +* This is a part of the Microsoft Source Code Samples. +* Copyright (C) 1993 Microsoft Corporation. +* All rights reserved. +* This source code is only intended as a supplement to +* Microsoft Development Tools and/or WinHelp documentation. +* See these sources for detailed information regarding the +* Microsoft samples programs. +\******************************************************************************/ + #ifndef DEB_H - #define DEB_H +#define DEB_H //-- menu ids #define IDM_FILE_OPEN 1101 @@ -24,9 +25,10 @@ #define IDM_OPTIONS_FONT 1701 #define IDM_OPTIONS_PREFERENCES 1702 #define IDM_OPTIONS_TOOLBAR 1703 - #define IDM_OPTIONS_SAVEONEXIT 1704 - #define IDM_OPTIONS_SAVEDDIR 1705 - #define IDM_OPTIONS_COLOR 1706 + #define IDM_OPTIONS_SAVEDDIR 1704 + #define IDM_OPTIONS_COLOR 1705 + #define IDM_OPTIONS_SAVEONEXIT 1798 + #define IDM_OPTIONS_SAVENOW 1799 #define IDM_HELP_CONTENTS 1901 #define IDM_HELP_SEARCH 1902 @@ -34,13 +36,13 @@ #define IDM_HELP_ABOUT 1909 //-- string ids - #define IDS_SHORT_APPTITLE 2000 - #define IDS_APPTITLE 2001 + #define IDS_APPNAME 2000 + #define IDS_SHORT_APPNAME 2001 #define IDS_OFN_TITLE 2010 #define IDS_OFN_FILTERNAME 2011 #define IDS_OFN_FILTER 2012 - #define IDS_OFN_DEBUGEE_TITLE 2013 + #define IDS_OFN_DEBUGGEE_TITLE 2013 #define IDS_BUTTON_OPEN 2020 #define IDS_BUTTON_ATTACH 2021 @@ -54,6 +56,10 @@ #define IDS_DEBUG_EVENTS 2040 + #define IDS_API_FAILED_MSG 9001 + #define IDS_WINDOWS_NT_REQUIRED_TITLE 9998 + #define IDS_WINDOWS_NT_REQUIRED 9999 + //-- control ids #define IDHELP 3 #define IDC_INITIALDIR 9001 @@ -63,10 +69,15 @@ #define IDC_IDLE_PRIORITY_CLASS 9005 #define IDC_NORMAL_PRIORITY_CLASS 9006 #define IDC_HIGH_PRIORITY_CLASS 9007 - #define IDC_CLEAR_ON_NEW 9008 - #define IDC_VERBOSE 9009 - #define IDC_SHOW_SYMBOLS 9010 - #define IDC_SAVE_PREFERENCES 9011 + #define IDC_REALTIME_PRIORITY_CLASS 9008 + #define IDC_CLEAR_ON_NEW 9009 + #define IDC_VERBOSE 9010 + #define IDC_SHOW_SYMBOLS 9011 + #define IDC_DEBUG_MODE_NONE 9020 + #define IDC_DEBUG_MODE_ERROR 9021 + #define IDC_DEBUG_MODE_MINORERROR 9022 + #define IDC_DEBUG_MODE_WARNING 9023 + #define IDC_SAVE_PREFERENCES 9999 //-- user messages #ifndef WM_APP