CArclib::ArcGetRaidSetInfo

The ArcGetRaidSetInfo method returns the information about a raidset.

 

virtual ARC_STATUS ArcGetRaidSetInfo(

BYTE iRaidNumber,

pGUI_RAIDSET pRaidInfo

);

Parameters:

[IN]

iRaidNumber: Specifies index of a raidset to be retrieved. (Range from 0 to sSYSTEM_INFO.gsiMaxRaidSet – 1)

 

[OUT]

pRaidInfo: Pointer to a sGUI_RAIDSET structure that receives the information.

Return Values

This method returns the ARC_STATUS.

Note: