umDeleteUserGoAhead WebServer APIGoAhead EMF

Synopsis

Remove a user from the user database.

Prototype

 #include "um.h"

 int DeleteUser(char_t * user)

Parameters

useruser ID

Description

umDeleteUser deletes a user record from the USER table.

Return Value

0 if successful or -1 on error.

Example

nCheck = DeleteUser("misterripley");	

See Also

umAddUser()