The GetLineMode method returns the current line mode.
Parameters
None.
Return Value
If the method succeeds, the return value is the current line
mode. If the method fails, the return value is SSH_ERROR. To get
extended error information, call GetLastError.
Remarks
The GetLineMode method returns an integer value that
specifies how end-of-line character sequences are sent to the server.
For more information about how newlines are processed by the class
and the available options, refer to the SetLineMode method.
Requirements
Minimum Desktop Platform: Windows 7 Service Pack 1
Minimum Server Platform: Windows Server 2008 R2 Service Pack 1
Header File: cstools11.h
Import Library: cstshv11.lib
See Also
SetLineMode,
Write,
WriteLine
|