
################
A3DDllInitialize
################

.. c:function:: A3DStatus A3DDllInitialize(A3DInt32 iMajorVersion, A3DInt32 iMinorVersion)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DDllInitialize(:c:type:`~A3DInt32` **iMajorVersion**\ , :c:type:`~A3DInt32` **iMinorVersion**\ )
   
   Starts a session with the library. 
   
   This function initializes the internal structures in the library.
   
   
   Sample code
   ===========
   
   
   ::
   
   
   
   **Parameters**
   
   
      **iMajorVersion**\ : The major version of the HOOPS Exchange. Set this value to ``A3D_DLL_MAJORVERSION`` 
   
      **iMinorVersion**\ : The minor version of the HOOPS Exchange. Set this value to ``A3D_DLL_MINORVERSION`` 
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




