A3DDllInitialize

A3DStatus A3DDllInitialize(A3DInt32 iMajorVersion, A3DInt32 iMinorVersion)
A3DStatus A3DDllInitialize(A3DInt32 iMajorVersion, A3DInt32 iMinorVersion)

Starts a session with the library.

This function initializes the internal structures in the library.

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