Remove existing user from the currently selected user file.
If no user file was specified, the function has no effect.
- Source:
- robotdll/robotdll.h:988
- Author:
- Version:
- latest version
- Params:
| id
| robot object handle
|
| user
| name of existing user
|
- Returns:
- if the user is successfully removed from the user file (or the file did not contain such user), 1 is returned, otherwise 0 is returned
- See Also:
- robot_adduser, robot_listusers, robot_userfile, robot_user
- Code:
public ROBOTDLL_API short robot_deluser ( | short id , |
| | const char * user ) |