| BOOL
NvtInsertLine(
|
|
|
HDISPLAY
hDisplay |
|
|
| );
|
The NvtInsertLine function inserts an empty line at the
current row, shifting the remaining lines down.
Parameters
- hDisplay
- Handle to the virtual display.
Return Value
If the function succeeds, the return value is non-zero. If the
function fails, it returns zero.
Remarks
This function does not change the cursor position. Inserting a
line may cause the virtual display to scroll.
Requirements
Client: Requires Windows Vista, Windows XP or Windows
2000 Professional.
Server: Requires Windows Server 2008, Windows Server 2003 or
Windows 2000 Server.
Header: Include cstools6.h.
Library: Use csnvtav6.lib.
See Also
NvtDeleteLine, NvtEraseLine, NvtInsertChar
|