| aStream_CreateFileOutput | Index |
Definition:
| aLIBRETURN aStream_CreateFileOutput( | aIOLib ioRef, const char* pFilename, aStreamRef* pStreamRef, aErr* pErr); |
Parameters:
| ioRef | - | A reference to the aIO library used to create the stream. |
| pFilename | - | The null-terminated C-style string that designates the file name. This filename is limited to aFILE_NAMEMAXCHARS characters. |
| pStreamRef | - | A pointer to a stream reference that is set to the newly created file output stream. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: