[][src]Function dqcsim::bindings::dqcs_pcfg_name

#[no_mangle]pub extern "C" fn dqcs_pcfg_name(pcfg: dqcs_handle_t) -> *mut c_char

Returns the configured name for the given plugin process.

On success, this returns a newly allocated string containing the name. Free it with free() when you're done with it to avoid memory leaks. On failure (i.e., the handle is invalid) this returns NULL.