The ArcInitSession method starts the library with an interface.
virtual
ARC_STATUS ArcInitSession ( ArcInterface
*interface ); |
[IN]
interface: The interface object has been defined to know how to communicate with the RAID controller.
This method returns the ARC_STATUS.
The ArcInitSession should
be called to initialize the library before other methods of Arclib
can be called.