CArclib::ArcSASIdentifyDisk

The ArcSASIdentifyDisk method identifies an enclosure or a device.

 

virtual ARC_STATUS ArcSASIdentifyDisk (

IN BYTE nTarget,

IN BYTE nEncnum,

IN BYTE nDrvnum

);

Parameters:

[IN]

nTarget: The target to be identified.

Value

Meaning

0

The target is the disk

1

The target is the enclosure

2

End identifying

 

nEncnum: Enclosure number

nDrvnum: Drive number

Return Values

This method returns the ARC_STATUS.

Note:

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