SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » popen3()
Location: stdio.h
stdio.h
popen3()
IMPORT_C int popen3(const char *cmd, const char *mode, char **envp, int fids[3]);
Gives access to the client's stdin.
const char *cmd
const char *mode
char **envp
int fids
int
On Success, returns a pointer to an open stream, used to read or write to the pipe. On Failure, return a null pointer.
Copyright ©2008 Symbian Software Ltd.