The ArcGetPhysicalDriveInfo method returns the information about a drive.
Method1: virtual ARC_STATUS ArcGetPhysicalDriveInfo( BYTE
nDrvnum, pGUI_PHY_DRV
pDrvInfo ); Method2: virtual ARC_STATUS ArcGetPhysicalDriveInfo( BYTE
nEncnum, BYTE
nDrvnum, pGUI_PHY_DRV
pDrvInfo ); |
[IN]
nEncnum: Enclosure#, this field will be ignored if
Non-SAS controller.
nDrvnum:
Drive# in Enclosure#
[OUT]
pDrvInfo: Pointer to a sGUI_PHY_DRV
structure that receives the information.
This method returns the ARC_STATUS.
The
method1 is deprecated and only use for Non-SAS controller, please use the method2
instead.