|
| int | rtxSetPrintStream (OSCTXT *pctxt, rtxPrintCallback myCallback, void *pStrmInfo) |
| |
| int | rtxSetGlobalPrintStream (rtxPrintCallback myCallback, void *pStrmInfo) |
| |
| int | rtxPrintToStream (OSCTXT *pctxt, const char *fmtspec,...) |
| |
| int | rtxDiagToStream (OSCTXT *pctxt, const char *fmtspec, va_list arglist) |
| |
| int | rtxPrintStreamRelease (OSCTXT *pctxt) |
| |
| void | rtxPrintStreamToStdoutCB (void *pPrntStrmInfo, const char *fmtspec, va_list arglist) |
| |
| void | rtxPrintStreamToFileCB (void *pPrntStrmInfo, const char *fmtspec, va_list arglist) |
| |
| void | rtxPrintStreamToStringCB (void *pPrntStrmInfo, const char *fmtspec, va_list arglist) |
| |
Functions that allow printing diagnostic message to a stream using a callback function.