CArclib::ArcStartCheckVolume

The ArcStartCheckVolume method starts a volumeset checking.

 

virtual ARC_STATUS ArcStartCheckVolume (

BYTE nVolNum,

BYTE nScrubBadBlock,

BYTE nReComputeParity

);

Parameters:

[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

 

 

 

 

Return Values

This method returns the ARC_STATUS.

Note:

Password required if password enabled, use ArcChkPassword member function to validate the password.