| BOOL WINAPI NvtDeleteLine(
|
| |
HDISPLAY hDisplay |
|
| );
|
The NvtDeleteLine function deletes the current line,
shifting up the lines that follow.
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 current cursor position. To
erase a line from the display without affecting the lines that
follow, use the NvtEraseLine function.
Requirements
Client: Requires Windows 7, Windows Vista or Windows
XP.
Server: Requires Windows Server 2008 or Windows Server
2003.
Header: Include cstools7.h.
Library: Use csnvtav7.lib.
See Also
NvtClearDisplay, NvtDeleteChar, NvtEraseChar, NvtEraseLine
|