- CreatePipe
int CreatePipe(HANDLE* hReadPipe, HANDLE* hWritePipe, SECURITY_ATTRIBUTES* lpPipeAttributes, uint nSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- createPipe
void createPipe(HANDLE readHandle, HANDLE writeHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
- eval
TRet eval(string code, string imports, string rdmdOpts)
Undocumented in source. Be warned that the author may not have intended to support it.