PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index


POPSTORE_user_exists

Obsolete subroutine: use the more general POPSTORE_user_exists_d subroutine.
FORMAT


int POPSTORE_user_exists (user, user_len) 
      char *user; 
      int   user_len; 


Arguments

user

Name of the user to check for the existence of. Used for input only.

user_len

Length in bytes of the username string, user. Used for input only.

Description

While this subroutine is still supported, it is now obsolete. Use the more general POPSTORE_user_exists_d subroutine.

Return Values

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