SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

TerminalRows Property

Specifies the height of the pseudoterminal, in lines.

Syntax

ANSI (Cross Platform)
int GetTerminalRows();
int SetTerminalRows(int iTerminalRows); Unicode (Windows) INT GetTerminalRows();
INT SetTerminalRows(INT iTerminalRows);
@property (nonatomic,readwrite,assign,getter=terminalRows,setter=setTerminalRows:) int terminalRows;
- (int)terminalRows;
- (void)setTerminalRows:(int)newTerminalRows;
#define PID_SSHCLIENT_TERMINALROWS 131

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

25

Remarks

Specifies the height of the pseudoterminal, in lines.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]