CArclib::ArcCreateVolSet

The ArcCreateVolSet method creates a volumeset.

 

virtual ARC_STATUS ArcCreateVolSet (

pVolumeSetCap pVol,

BYTE Over2TBType = TYPE_64BIT_LBA

);

Parameters:

[IN]

pVol: Pointer to sVolumeSetCap structure that contains information about to create a volumeset

Over2TBType: Specifies how RAID controller supports the volumeset over 2TB.

 

Value

Meaning

TYPE_64BIT_LBA

Use 64 bit LBA to support volumeset over 2TB

TYPE_4K_FOR_WIN

Use 4KByte for Windows to support volumeset over 2TB

Return Values

This method returns the ARC_STATUS.

Note:

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