Annotation of mstools/samples/npclient/client32.h, revision 1.1

1.1     ! root        1: // Various buffer sizes
        !             2: #define IN_BUF_SIZE        1000
        !             3: #define OUT_BUF_SIZE       1000
        !             4: #define PLEASE_READ        1000
        !             5: #define PLEASE_WRITE       1000
        !             6: #define LINE_LEN           80
        !             7: #define NAME_SIZE          25
        !             8: 
        !             9: // For the Client dialog box.
        !            10: #define IDB_SEND           904
        !            11: #define IDD_EDITWRITE      905
        !            12: #define IDD_EDITREAD       906
        !            13: 
        !            14: // For the Init dialog box.
        !            15: #define IDD_SVREDIT        701
        !            16: #define IDB_INITOK         705
        !            17: #define IDD_CLNTEDIT       704
        !            18: 
        !            19: 
        !            20: #define WM_APP             0x8000
        !            21: #define WM_INITCLIENT      WM_APP
        !            22: #define WM_GO_AWAY         WM_APP+1
        !            23: 
        !            24: 
        !            25: LONG CALLBACK MainWndProc   (HWND, UINT, WPARAM, LPARAM);
        !            26: LONG CALLBACK ClientDlgProc (HWND, UINT, WPARAM, LPARAM);
        !            27: LONG CALLBACK InitDlgProc   (HWND, UINT, WPARAM, LPARAM);
        !            28: VOID          ReadPipe      (HANDLE *);

unix.superglobalmegacorp.com

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