The ArcStartCheckVolume method starts a volumeset checking.
virtual ARC_STATUS ArcStartCheckVolume ( BYTE nVolNum, BYTE nScrubBadBlock, BYTE nReComputeParity ); |
[IN]
nVolNum: Specifies the index of the volumeset to be checked.
nScrubBadBlock: Scrub bad block if bad block is found.
Value |
Meaning |
0 |
enabled. |
1 |
disabled |
nReComputeParity: Re-compute parity if parity error is found.
Value |
Meaning |
0 |
enabled |
1 |
disabled |
This method returns the ARC_STATUS.
Password required if password enabled, use ArcChkPassword member function to validate the password.