tfFSStructureMount
Table of Contents >> Application Reference >> File System Interface
| #include <trsocket.h> |
| int tfFSStructureMount | ( |
| void * userDataPtr, | |
| char * pathNamePtr | |
| ); |
Function Description
Given the unique user data pointer as returned by tfFSUserLogin() and a file system, this function mounts the user to the new file system.
Parameters
- userDataPtr
- Pointer to user data structure as returned by tfFSUserLogin().
- pathNamePtr
- Pointer to a null terminated string containing a file system name.
Returns
- TM_ENOERROR
- Success.
- -1
- Failure.
Table of Contents >> Application Reference >> File System Interface