Annotation of mstools/samples/mapi/mapiapp.h, revision 1.1

1.1     ! root        1: /* QuickCase:W KNB Version 1.00 */
        !             2: #include <windows.h>
        !             3: #include <string.h>
        !             4: #define IDM_ACCESS                1000
        !             5: #define IDM_A_LOGON                    1050
        !             6: #define IDM_A_LOGOFF                   1100
        !             7: #define IDM_SEND                  2000
        !             8: #define IDM_S_MAIL                     2050
        !             9: #define IDM_S_DOCUMENT                 2100
        !            10: #define IDM_MANIPULATE            3000
        !            11: #define IDM_M_FINDFIRST           3040
        !            12: #define IDM_M_FINDNEXT                 3050
        !            13: #define IDM_M_READ                     3100
        !            14: #define IDM_M_DELETE                   3150
        !            15: 
        !            16: #define IDS_ERR_REGISTER_CLASS   1
        !            17: #define IDS_ERR_CREATE_WINDOW    2
        !            18: 
        !            19: char szString[128];   /* variable to load resource strings         */
        !            20: 
        !            21: char szAppName[20];   /* class name for the window               */
        !            22: HINSTANCE hInst;
        !            23: HWND hWndMain;
        !            24: 
        !            25: 
        !            26: LONG FAR PASCAL WndProc(HWND, UINT, WPARAM, LPARAM);
        !            27: int nCwRegisterClasses(void);
        !            28: void CwUnRegisterClasses(void);

unix.superglobalmegacorp.com

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