PMDF popstore & MessageStore Manager's Guide
PMDF-POP-6.0


Previous | Contents

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