Stdout Property

Provides the standard output (stdout) from the remote application.

Syntax

ANSI (Cross Platform)
int GetStdout(char* &lpStdout, int &lenStdout);

Unicode (Windows)
INT GetStdout(LPSTR &lpStdout, INT &lenStdout);
@property (nonatomic,readonly,assign,getter=stdout) NSString* stdout;
- (NSString*)stdout;

@property (nonatomic,readonly,assign,getter=stdoutB) NSData* stdoutB; - (NSData*)stdoutB;
#define PID_RSHELL_STDOUT 22

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]