The
ArcChkPassword method validates
a password by checking a string to determine if it matches the current password.
Some
functions need to validate password before it is allowed to work.
virtual
ARC_STATUS ArcChkPassword ( char
*szPassword ); |
[IN]
szPassword: String of password with null-terminated.
This method returns the ARC_STATUS.
The length of szPassword
string must <= 15 characters.