Previous | Contents | Index |
Obsolete subroutine: use the more general POPSTORE_user_exists_d subroutine.
int POPSTORE_user_exists (user, user_len) char *user; int user_len;
Name of the user to check for the existence of. Used for input only.
user
Length in bytes of the username string,
user_len
user
. Used for input only.
While this subroutine is still supported, it is now obsolete. Use the more general POPSTORE_user_exists_d
subroutine.
POPSTORE_USEREXISTS Username corresponds to an existing popstore account. POPSTORE_NOSUCHUSER No matching account or the process lacks privileges to access the profile directories.
Previous | Next | Contents | Index |