The ArcCreatePassthroughDisk method creates a pass-through disk.
Method1: virtual
ARC_STATUS ArcCreatePassthroughDisk ( pPassDiskCap pDisk ); Method2: virtual
ARC_STATUS ArcCreatePassthroughDisk ( IN BYTE nEncnum, IN BYTE nDrvnum, IN pPassDiskCap pDisk ); |
[IN]
nEncnum: Enclosure#, this
field will be ignored if Non-SAS controller
nDrvnum: Drive# in
Enclsoure#
pDisk: Pointer to a sPassDiskCap
structure that uses to create pass-through Disk
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.