27 #ifndef _RTXSTREAMFILE_H_ 28 #define _RTXSTREAMFILE_H_ 59 FILE* pFile, OSUINT16 flags);
76 const char* pFilename, OSUINT16 flags);
EXTERNRT int rtxStreamFileOpen(OSCTXT *pctxt, const char *pFilename, OSUINT16 flags)
Opens a file stream.
EXTERNRT int rtxStreamFileAttach(OSCTXT *pctxt, FILE *pFile, OSUINT16 flags)
Attaches the existing file structure pointer to the stream.
EXTERNRT int rtxStreamFileCreateReader(OSCTXT *pctxt, const char *pFilename)
This function creates an input file stream using the specified file name.
EXTERNRT int rtxStreamFileCreateWriter(OSCTXT *pctxt, const char *pFilename)
This function creates an output file stream using the file name.
Input/output data stream type definitions and function prototypes.
Run-time context structure.