Type Alias OrthancPluginContext

Source
pub type OrthancPluginContext = _OrthancPluginContext_t;
Expand description

@brief Data structure that contains information about the Orthanc core.

Aliased Type§

#[repr(C)]
pub struct OrthancPluginContext { pub pluginsManager: *mut c_void, pub orthancVersion: *const i8, pub Free: Option<unsafe extern "C" fn(*mut c_void)>, pub InvokeService: Option<unsafe extern "C" fn(*mut _OrthancPluginContext_t, u32, *const c_void) -> i32>, }

Fields§

§pluginsManager: *mut c_void§orthancVersion: *const i8§Free: Option<unsafe extern "C" fn(*mut c_void)>§InvokeService: Option<unsafe extern "C" fn(*mut _OrthancPluginContext_t, u32, *const c_void) -> i32>