CArclib::ArcInitSession

The ArcInitSession method starts the library with an interface.

 

virtual ARC_STATUS ArcInitSession (

ArcInterface *interface

);

Parameters:

[IN]

interface: The interface object has been defined to know how to communicate with the RAID controller.

Return Values

This method returns the ARC_STATUS.

Note:

The ArcInitSession should be called to initialize the library before other methods of Arclib can be called.