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 ); |
[IN]
nEncnum: Enclosure#, this
field will be ignored if Non-SAS controller.
nDrvnum: Drive# in
Enclosure#
This method returns the ARC_STATUS.
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.