IProfAdmin::ChangeProfilePassword
Office 2007
Deprecated. Changes the password for a profile.
HRESULT ChangeProfilePassword( LPTSTR lpszProfileName, LPTSTR lpszOldPassword, LPTSTR lpszNewPassword, ULONG ulFlags );
Parameters
- lpszProfileName
-
[in] A pointer to the name of the profile associated with the password to be changed.
- lpszOldPassword
-
[in] A pointer to the current password.
- lpszNewPassword
-
[in] A pointer to the new password.
- ulFlags
-
[in] A bitmask of flags that controls the type of the passed-in strings. The following flag can be set:
- MAPI_UNICODE
-
The profile name and passwords are in Unicode format. If the MAPI_UNICODE flag is not set, these strings are in ANSI format.