NvtDeleteChar
BOOL NvtDeleteChar(
HDISPLAY hDisplay,  
INT nChars  
);

The NvtDeleteChar function deletes the specified number of characters from the display, shifting the characters that follow to the left. The characters are deleted from the current cursor position.

Parameters

hDisplay
Handle to the virtual display.
nChars
Number of characters to delete from the 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 characters from the display without affecting the characters that follow, use the NvtEraseChar function.

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

NvtClearDisplay, NvtDeleteLine, NvtEraseChar, NvtEraseLine


Copyright © 2008 Catalyst Development Corporation. All rights reserved.