The ArcSetPassword method updates the RAID subsystem password.
virtual
ARC_STATUS ArcSetPassword ( char
*szNewPassword ); |
[IN]
szNewPassword: New password string with null-terminated.
This method returns the ARC_STATUS.
The length of szNewPassword
string must <= 15 characters.
To disable the password, use ArcSetPassword("").