|
|
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:
1.1.1.2 ! root 17: BOOL EditOpenFile(HWND hwndEdit, LPTSTR lszFile);
! 18: BOOL EditSaveFile(HWND hwndEdit, LPTSTR lszFile);
1.1 root 19: DWORD EditGetLineCount(HWND hwndEdit);
1.1.1.2 ! root 20: BOOL EditGetLine(HWND hwndEdit, int iLine, LPTSTR pch, int cch);
1.1 root 21: int EditGetCurLine(HWND hwndEdit);
22: void EditSetCurLine(HWND hwndEdit, int iLine);
23: void EditSelectLine(HWND hwndEdit, int iLine);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.