Skip to main content

eCAL_Process_GetProcessParameter

Function eCAL_Process_GetProcessParameter 

Source
pub unsafe extern "C" fn eCAL_Process_GetProcessParameter(
    par_: *mut c_void,
    par_len_: c_int,
) -> c_int
Expand 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.