pub unsafe extern "C" fn eCAL_Process_GetProcessParameter(
par_: *mut c_void,
par_len_: c_int,
) -> c_intExpand description
@brief Get current process parameter as string.
@param [out] par_ Pointer to store the process parameter. @param par_len_ Length of allocated buffer or ECAL_ALLOCATE_4ME if eCAL should allocate the buffer for you (see eCAL_FreeMem).
@return Process parameter length or zero if failed.