[][src]Function dqcsim::bindings::dqcs_pcfg_work_get

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

Returns the configured working directory for the given plugin process.

On success, this returns a newly allocated string containing the working directory. 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.