CArclib::ArcDelPassthroughDisk

The ArcDelPassthroughDisk method deletes a pass-through disk.

 

Method1:

virtual ARC_STATUS ArcDelPassthroughDisk (

IN BYTE nDrvnum

);

 

Method2:

virtual ARC_STATUS ArcDelPassthroughDisk (

IN BYTE nEncnum,

IN BYTE nDrvnum

);

Parameters:

[IN]

nEncnum: Enclosure#, this field will be ignored if Non-SAS controller.

nDrvnum: Drive# in Enclosure#

Return Values

This method returns the ARC_STATUS.

Note:

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

The method1 is deprecated and only use for Non-SAS controller, please use the method2 instead.