Annotation of pmsdk/samples/clipbd/clipput.h, revision 1.1

1.1     ! root        1: 
        !             2: /*--------------------- file identification ------------------------*/
        !             3: 
        !             4: /*
        !             5:         cliptest.h
        !             6: 
        !             7:         include file for cliptest.c
        !             8:   
        !             9:         Wed 10-Feb-1988 08:14:17
        !            10:         Dan Weston
        !            11: 
        !            12:         Modified to conform to 4.14 MPARAM and MRESULT
        !            13: 
        !            14: 
        !            15: */
        !            16: 
        !            17: 
        !            18: #define     WID_EDIT    137
        !            19: 
        !            20: /* resource stuff */
        !            21: #define ID_RESOURCE 128
        !            22: 
        !            23: /* the file menu and its items */
        !            24: #define   IDM_FILE           0x0100
        !            25: #define   IDM_FI_NEW         0x0101
        !            26: #define   IDM_FI_OPEN        0x0102
        !            27: #define   IDM_FI_CLOSE       0x0103
        !            28: #define   IDM_FI_SAVE        0x0104
        !            29: #define   IDM_FI_SAVEAS      0x0105
        !            30: #define   IDM_FI_SEP1        0x0106
        !            31: #define   IDM_FI_PAGESET     0x0107
        !            32: #define   IDM_FI_PRINT       0x0108
        !            33: #define   IDM_FI_SEP2        0x0109
        !            34: #define   IDM_FI_QUIT        0x010C
        !            35: #define   IDM_FI_SEP3        0x010B
        !            36: #define   IDM_FI_ABOUT       0x010A
        !            37: 
        !            38: 
        !            39: /* the edit menu and its items */
        !            40: #define   IDM_EDIT           0x0200
        !            41: #define   IDM_ED_UNDO        0x0201
        !            42: #define   IDM_ED_SEP1        0x0202
        !            43: #define   IDM_ED_CUT         0x0203
        !            44: #define   IDM_ED_COPY        0x0204
        !            45: #define   IDM_ED_PASTE       0x0205
        !            46: #define   IDM_ED_CLEAR       0x0206
        !            47: 
        !            48: 
        !            49: /* the about dialog */
        !            50: #define IDD_ABOUT         1024
        !            51: #define IDD_AB_TITLE      401
        !            52: #define IDD_AB_C1         402
        !            53: #define IDD_AB_C2         403
        !            54: #define IDD_AB_DATE       404
        !            55: #define IDD_AB_VERSION    405
        !            56: #define IDD_AB_OKAY       406
        !            57: 
        !            58: 
        !            59: /*---------------------- function prototypes --------------------------*/
        !            60: 
        !            61: BOOL main ( void ) ;
        !            62: MRESULT FAR PASCAL GenericWndProc( HWND hwnd,
        !            63:                                  USHORT usMessage,
        !            64:                                  MPARAM mp1,
        !            65:                                  MPARAM mp2) ;
        !            66: MRESULT FAR PASCAL AboutProc( HWND hwnd,
        !            67:                             USHORT usMessage,
        !            68:                             MPARAM mp1,
        !            69:                             MPARAM mp2) ;
        !            70: BOOL GenericInit (void) ;
        !            71: ULONG DoMenuCommand(HWND hwnd,
        !            72:                     USHORT usMenuID);

unix.superglobalmegacorp.com

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