pub unsafe extern "C" fn acCloseSystem(hSystem: acSystem) -> AC_ERRORExpand description
@fn AC_ERROR AC_API acCloseSystem(acSystem hSystem)
@param hSystem
- Type: acSystem
- [In] parameter
- The system object
@return
- Type: AC_ERROR
- Error code for the function
- Returns AC_ERR_SUCCESS (0) on success
acCloseSystem cleans up the system (acSystem) and deinitializes the Arena SDK, deallocating all memory.
@see
- acSystem