Annotation of mstools/samples/deb/deb.h, revision 1.1.1.1

1.1       root        1: // ************************************************************************
                      2: // HEADER    : DEB.H
                      3: // PURPOSE   : A Win32 Application that demonstrates the Debug APIs
                      4: // COMMENTS  : !! I will document this better at a later date !!
                      5: // ************************************************************************
                      6: 
                      7: //-- menu ids
                      8: #define IDM_FILE_OPEN               1101
                      9: #define IDM_FILE_ATTACH             1102
                     10: #define IDM_FILE_EXIT               1109
                     11: 
                     12: #define IDM_EDIT_CUT                1201
                     13: #define IDM_EDIT_COPY               1202
                     14: #define IDM_EDIT_DELETE             1203
                     15: 
                     16: #define IDM_OPTIONS_FONT            1701
                     17: #define IDM_OPTIONS_PREFERENCES     1702
                     18: #define IDM_OPTIONS_TOOLBAR         1703
                     19: #define IDM_OPTIONS_SAVEONEXIT      1704
                     20: #define IDM_OPTIONS_SAVEDDIR        1705
                     21: #define IDM_OPTIONS_COLOR           1706
                     22: 
                     23: #define IDM_HELP_CONTENTS           1901
                     24: #define IDM_HELP_SEARCH             1902
                     25: #define IDM_HELP_HOWTOUSE           1903
                     26: #define IDM_HELP_ABOUT              1909
                     27: 
                     28: //-- string ids
                     29: #define IDS_SHORT_APPTITLE          2000
                     30: #define IDS_APPTITLE                2001
                     31: 
                     32: #define IDS_OFN_TITLE               2010
                     33: #define IDS_OFN_FILTERNAME          2011
                     34: #define IDS_OFN_FILTER              2012
                     35: #define IDS_OFN_DEBUGEE_TITLE       2013
                     36: 
                     37: #define IDS_BUTTON_OPEN             2020
                     38: #define IDS_BUTTON_ATTACH           2021
                     39: #define IDS_BUTTON_CUT              2022
                     40: #define IDS_BUTTON_COPY             2023
                     41: #define IDS_BUTTON_DELETE           2024
                     42: #define IDS_BUTTON_HELP             2025
                     43: 
                     44: #define IDS_EXIT_BOX_TITLE          2030
                     45: #define IDS_EXIT_BOX_TEXT           2031
                     46: 
                     47: #define IDS_DEBUG_EVENTS            2040
                     48: 
                     49: //-- control ids
                     50: #define IDHELP                      3
                     51: #define IDC_INITIALDIR              9001
                     52: #define IDC_PROCESSLIST             9002
                     53: #define IDC_DEBUG_ONLY_THIS_PROCESS 9003
                     54: #define IDC_DEBUG_PROCESS           9004
                     55: #define IDC_IDLE_PRIORITY_CLASS     9005
                     56: #define IDC_NORMAL_PRIORITY_CLASS   9006
                     57: #define IDC_HIGH_PRIORITY_CLASS     9007
                     58: #define IDC_CLEAR_ON_NEW            9008
                     59: #define IDC_VERBOSE                 9009
                     60: #define IDC_SHOW_SYMBOLS            9010
                     61: #define IDC_SAVE_PREFERENCES        9011
                     62: 
                     63: //-- user messages
                     64: #ifndef WM_APP
                     65:  #define WM_APP 0x8000
                     66: #endif
                     67: #define UM_CREATE_LISTBOX (WM_APP+0) // user message to create the debug

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.