Annotation of pmsdk/samples/mboxtest/mboxtest.h, revision 1.1

1.1     ! root        1: /* 
        !             2:    Header file for MBOXTEST
        !             3:    Created by Microsoft Corp., 1988
        !             4: */
        !             5: /****** Resource IDs *****/
        !             6: #define IDI_MBOXTEST    1       /* app icon */
        !             7: #define IDM_MBOXTEST    1       /* app menu */
        !             8: #define IDA_MBOXTEST    1       /* app accelerator table */
        !             9: #define IDD_MBOXTEST    1        /* modal dialog box */
        !            10: #define IDD_MBOX        2
        !            11: /****** Menu command IDs *****/
        !            12: /* (by convention, hi byte is menu index, lo byte is dispatch table index) */
        !            13: /* File menu */
        !            14: #define CMD_NEW     0x0000
        !            15: #define CMD_OPEN    0x0001
        !            16: #define CMD_SAVE    0x0002
        !            17: #define CMD_SAVEAS  0x0003
        !            18: /* Edit menu */
        !            19: #define CMD_UNDO    0x0104
        !            20: #define CMD_CUT     0x0105
        !            21: #define CMD_COPY    0x0106
        !            22: #define CMD_PASTE   0x0107
        !            23: #define CMD_CLEAR   0x0108
        !            24: /* Number of menu commands */
        !            25: #define CCMDS       (4+5)

unix.superglobalmegacorp.com

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