File:  [WindowsNT SDKs] / mstools / samples / mcitest / edit.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:32 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

/*----------------------------------------------------------------------------*\
|   edit.h - routines for dealing with multi-line edit controls                |
|                                                                              |
|                                                                              |
|   History:                                                                   |
|       01/01/88 toddla     Created                                            |
|       11/04/90 w-dougb    Commented & formatted the code to look pretty      |
|                                                                              |
\*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*\
|                                                                              |
|   f u n c t i o n   p r o t o t y p e s                                      |
|                                                                              |
\*----------------------------------------------------------------------------*/

BOOL EditOpenFile(HWND hwndEdit, LPTSTR lszFile);
BOOL EditSaveFile(HWND hwndEdit, LPTSTR lszFile);
DWORD EditGetLineCount(HWND hwndEdit);
BOOL EditGetLine(HWND hwndEdit, int iLine, LPTSTR pch, int cch);
int  EditGetCurLine(HWND hwndEdit);
void EditSetCurLine(HWND hwndEdit, int iLine);
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.