NvtInsertChar Function  
 
BOOL WINAPI NvtInsertChar(
  HDISPLAY hDisplay,  
  INT nChars  
);

The NvtInsertChar function inserts one or more space characters at the current cursor position.

Parameters

hDisplay
Handle to the virtual display.
nChars
Number of space characters to insert at the current cursor position.

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 space characters may cause the virtual display to scroll.

Requirements

Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header File: cstools10.h
Import Library: csnvtv10.lib

See Also

NvtDeleteChar, NvtEraseChar, NvtInsertLine