umUserExistsGoAhead WebServer APIGoAhead EMF

Synopsis

Determine existence of given user.

Prototype

 #include "um.h"

 bool_t umUserExists(char_t * user);

Parameters

useruser ID

Description

bool_t umUserExists(char_t * user);

Return Value

umUserExists returns TRUE if a user is found, or FALSE if not.

Example

bool_t bExists = umUserExists(T("misterripley"));

See Also

umAddUser()