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_RSHELL_ERRORMESSAGE 7

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Rshell_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) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]