|
Alters an existing user's password.
Header file: DDF.HRequires: W3DBAV90.DLL
PRESULT DDFAPICALLTYPE PvAlterUserPassword( BTI_WORD dbHandle, const BTI_CHAR* user, const BTI_CHAR* newPassword);
|
In
|
dbHandle
|
Handle of an open database returned by PvOpenDatabase().
|
|
In
|
user
|
Database user name.
|
|
In
|
newPassword
|
New user password. If set to NULL, the password is cleared.
|
The following preconditions must be met:
The following post condition must be met:
PvAlterUserName()
PvAddUserToGroup()
PvRemoveUserFromGroup()
PvCreateUser()
PvDropUser()
PvOpenDatabase()
PvCloseDatabase()
|
Chapter contents
Prev topic: PvAlterUserName()
|