|
POPSTORE_SUCCESS
|
Normal, successful completion.
|
|
POPSTORE_BADLENGTH
|
The value of
new_user_len is less than 1.
|
|
POPSTORE_FILOPNERR
|
Unable to open the old profile file for reading or create the new
profile file for writing.
|
|
POPSTORE_INSUFPRIV
|
The calling process lacks SYSLCK privilege (OpenVMS only).
|
|
POPSTORE_LCKOPNERR
|
Unable to obtain lock information for one of the profile files.
|
|
POPSTORE_LOCKERROR
|
Unable to obtain a lock for one of the profile files.
|
|
POPSTORE_NOTINIT
|
The API has not yet been initialized.
|
|
POPSTORE_READERROR
|
An error while attempting to read data from the old profile file.
|
|
POPSTORE_SEEKERROR
|
an error occurred while attempting to seek to a position in one of the
profile files.
|
|
POPSTORE_TOOLONG
|
The length of the
new_user string exceeds POPSTORE_MAX_USER_LEN bytes or is
otherwise too long; the length of the
new_password string exceeds a length of
POPSTORE_MAX_PWD_LEN bytes; or a resulting profile file name is too
long.
|
|
POPSTORE_USEREXISTS
|
An account with the name
new_user already exists.
|
|
POPSTORE_VMERROR
|
Insufficient virtual memory to perform requested operation.
|
|
POPSTORE_WRITERROR
|
An error occurred while writing data to the new profile file.
|