Annotation of mstools/samples/mcitest/edit.h, revision 1.1

1.1     ! root        1: /*----------------------------------------------------------------------------*\
        !             2: |   edit.h - routines for dealing with multi-line edit controls                |
        !             3: |                                                                              |
        !             4: |                                                                              |
        !             5: |   History:                                                                   |
        !             6: |       01/01/88 toddla     Created                                            |
        !             7: |       11/04/90 w-dougb    Commented & formatted the code to look pretty      |
        !             8: |                                                                              |
        !             9: \*----------------------------------------------------------------------------*/
        !            10: 
        !            11: /*----------------------------------------------------------------------------*\
        !            12: |                                                                              |
        !            13: |   f u n c t i o n   p r o t o t y p e s                                      |
        !            14: |                                                                              |
        !            15: \*----------------------------------------------------------------------------*/
        !            16: 
        !            17: BOOL EditOpenFile(HWND hwndEdit, LPSTR lszFile);
        !            18: BOOL EditSaveFile(HWND hwndEdit, LPSTR lszFile);
        !            19: DWORD EditGetLineCount(HWND hwndEdit);
        !            20: BOOL EditGetLine(HWND hwndEdit, int iLine, LPSTR pch, int cch);
        !            21: int  EditGetCurLine(HWND hwndEdit);
        !            22: void EditSetCurLine(HWND hwndEdit, int iLine);
        !            23: void EditSelectLine(HWND hwndEdit, int iLine);

unix.superglobalmegacorp.com

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