Stderr Property

Returns the standard error output (stderr) from the remote application.

Syntax

ANSI (Cross Platform)
int GetStderr(char* &lpStderr, int &lenStderr);

Unicode (Windows)
INT GetStderr(LPSTR &lpStderr, INT &lenStderr);
@property (nonatomic,readonly,assign,getter=stderr) NSString* stderr;
- (NSString*)stderr;

@property (nonatomic,readonly,assign,getter=stderrB) NSData* stderrB; - (NSData*)stderrB;
#define PID_RSHELL_STDERR 20

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Rshell_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The property is set to an empty string before each new request.

This property is read-only and not available at design time.

Data Type

Binary String

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