Searched defs:PRTSTREAM (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dstream.h41 typedef struct RTSTREAM *PRTSTREAM; typedef in typeref:struct:RTSTREAM
44 extern RTDATADECL(PRTSTREAM) g_pStdIn;
47 extern RTDATADECL(PRTSTREAM) g_pStdErr;
50 extern RTDATADECL(PRTSTREAM) g_pStdOut;
62 RTR3DECL(int) RTStrmOpen(const char *pszFilename, const char *pszMode, PRTSTREAM *ppStream);
74 RTR3DECL(int) RTStrmOpenFV(const char *pszMode, PRTSTREAM *ppStream, const char *pszFilenameFmt, va_list args);
86 RTR3DECL(int) RTStrmOpenF(const char *pszMode, PRTSTREAM *ppStream, const char *pszFilenameFmt, ...);
94 RTR3DECL(int) RTStrmClose(PRTSTREAM pStream);
102 RTR3DECL(int) RTStrmError(PRTSTREAM pStream);
113 RTR3DECL(int) RTStrmClearError(PRTSTREAM pStrea
[all...]

Completed in 771 milliseconds