CArclib::ArcGetVolSetInfo

The ArcGetVolSetInfo method returns the information about a volumeset.

 

virtual ARC_STATUS ArcGetVolSetInfo(

char iVolNumber,

pGUI_VOLUMESET pVolInfo

);

Parameters:

[IN]

iVolNumber: Number of volumeset to be returned. (Range from 0 to sSYSTEM_INFO.gsiMaxVolumeSet – 1)

 

[OUT]

pVolInfo: Pointer to a sGUI_VOLUMESET structure that receives the information.

Return Values

This method returns the ARC_STATUS.

Note: