tfFSUserAllowed
Table of Contents >> Application Reference >> File System Interface
| #include <trsocket.h> |
| int tfFSUserAllowed | (char * userNamePtr); |
Function Description
This function verifies whether a user is allowed on the system.
Parameters
- userNamePtr
- Pointer to a null terminated string containing the user name.
Returns
- TM_ENOERROR
- User is allowed on the system.
- -1
- User is not allowed on the system.
Table of Contents >> Application Reference >> File System Interface