CArclib::ArcGetPhysicalDriveInfo

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

);

Parameters:

[IN]

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

nDrvnum: Drive# in Enclosure#

 

[OUT]

pDrvInfo: Pointer to a sGUI_PHY_DRV structure that receives the information.

Return Values

This method returns the ARC_STATUS.

Note:

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