Function sapnwrfc::binding::RfcSNCKeyToName
[−]
[src]
pub unsafe extern "C" fn RfcSNCKeyToName(
sncLib: *const SAP_UC,
sncKey: *const SAP_RAW,
keyLength: c_uint,
sncName: *mut SAP_UC,
nameLength: c_uint,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Converts SNC key to SNC name.
\in *sncLib Optional: file name of the GSS library to be used for the conversion. If not specified, the "global" GSS library (environment variable SNC_LIB) will be used. \in *sncKey SNC key to be converted. \in keyLength Byte length of the given SNC key \out *sncName Pre-allocated buffer, which will receive the corresponding (null-terminated) SNC name. \in nameLength Size of the given sncName buffer. (The maximum length of an SNC name is 256.) \out *errorInfo More error details in case something goes wrong. \return RFC_RC