pub unsafe extern "C" fn acOpenSystem(
phSystem: *mut acSystem,
) -> AC_ERRORExpand description
@fn AC_ERROR AC_API acOpenSystem(acSystem* phSystem)
@param phSystem
- Type: acSystem*
- [Out] parameter
- The system object
@return
- Type: AC_ERROR
- Error code for the function
- Returns AC_ERR_SUCCESS (0) on success
acOpenSystem initializes the Arena SDK and retrieves the system object (acSystem). The system must be closed or memory will leak.
@see
- acSystem