EOL Property

Used to break the stdout data stream into chunks separated by its value.

Syntax

ANSI (Cross Platform)
int GetEOL(char* &lpEOL, int &lenEOL);
int SetEOL(const char* lpEOL, int lenEOL); Unicode (Windows) INT GetEOL(LPSTR &lpEOL, INT &lenEOL);
INT SetEOL(LPCSTR lpEOL, INT lenEOL);
@property (nonatomic,readwrite,assign,getter=EOL,setter=setEOL:) NSString* EOL;
- (NSString*)EOL;
- (void)setEOL:(NSString*)newEOL;

@property (nonatomic,readwrite,assign,getter=EOLB,setter=setEOLB:) NSData* EOLB; - (NSData*)EOLB; - (void)setEOLB:(NSData*)newEOL;
#define PID_REXEC_EOL 5

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Rexec_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_Rexec_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"ASCII code 10 (newline)"

Remarks

The EOL property is used to define boundaries in the Stdout stream using the value of the property.

This property is 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]