CArclib::ArcChkPassword

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

);

Parameters:

[IN]

szPassword: String of password with null-terminated.

Return Values

This method returns the ARC_STATUS.

Note:

The length of szPassword string must <= 15 characters.