SynopsisRemove a user from the user database. Prototype#include "um.h" int DeleteUser(char_t * user) Parameters
DescriptionumDeleteUser deletes a user record from the USER table. Return Value0 if successful or -1 on error. ExamplenCheck = DeleteUser("misterripley"); See Also |