CArclib::ArcSetPassword

The ArcSetPassword method updates the RAID subsystem password.

 

virtual ARC_STATUS ArcSetPassword (

char *szNewPassword

);

Parameters:

[IN]

szNewPassword: New password string with null-terminated.

Return Values

This method returns the ARC_STATUS.

Note:

The length of szNewPassword string must <= 15 characters.

To disable the password, use ArcSetPassword("").