ErrorMessage Property

The error message returned when any of the steps prior to command execution fail.

Syntax

ANSI (Cross Platform)
char* GetErrorMessage();

Unicode (Windows)
LPWSTR GetErrorMessage();
@property (nonatomic,readonly,assign,getter=errorMessage) NSString* errorMessage;
- (NSString*)errorMessage;
#define PID_SSHELL_ERRORMESSAGE 3

IPWORKSSSH_EXTERNAL void* IPWORKSSSH_CALL IPWorksSSH_SShell_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This error message is returned on a separate connection associated with error messages.

This property is read-only.

Data Type

String

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 C++ Edition - Version 20.0 [Build 8501]