CArclib::ArcSetTruncateMode

The ArcSetTruncateMode method updates the RAID subsystem Disk Capacity Truncation mode.

 

virtual ARC_STATUS ArcSetTruncateMode(

BYTE nMode

);

Parameters:

[IN]

nMode: Modes of the disk capacity truncation.

Value

Meaning

0

Multiples Of 10G

1

Multiples Of 1G

2

Disabled

 

Return Values

This method returns the ARC_STATUS.

Note:

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