editutil.h
资源名称:win2ksrc.rar [点击查看]
上传用户:caisha3
上传日期:2013-09-21
资源大小:208739k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- /*++ BUILD Version: 0001 // Increment this if a change has global effects
- ---*/
- /***********************************************************************
- EDITUTIL.H
- Interface routines to the editor.
- ***********************************************************************/
- // prototypes
- void PASCAL InsertEditLine(
- int doc,
- LPSTR EditText,
- int y,
- BOOL VisualUpdate);
- void PASCAL DeleteEditLine(
- int doc,
- int y,
- BOOL VisualUpdate);
- void PASCAL AddEditLine(
- int doc,
- LPSTR EditText,
- BOOL VisualUpdate);
- void PASCAL ReplaceEditLine(
- int doc,
- LPSTR EditText,
- int y,
- BOOL VisualUpdate);
- void PASCAL SetDocLines(
- int doc,
- int lines);
English
