Function sapnwrfc::binding::RfcGetVersion [] [src]

pub unsafe extern "C" fn RfcGetVersion(
    majorVersion: *mut c_uint,
    minorVersion: *mut c_uint,
    patchLevel: *mut c_uint
) -> *const SAP_UC

Get information about currently loaded sapnwrfc library.

Fills the provided unsigneds with the SAP release values, e.g. *majorVersion = 7, *minorVersion = 10, *patchLevel = 42. \out *majorVersion \out *minorVersion \out *patchLevel \return Version information in string format. \warning Don't free the returned SAP_UC pointer, it's static memory...