Function sapnwrfc::binding::RfcGetServerContext [] [src]

pub unsafe extern "C" fn RfcGetServerContext(
    rfcHandle: RFC_CONNECTION_HANDLE,
    context: *mut RFC_SERVER_CONTEXT,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Inside a server function, returns details about the current execution context.

See documentation of RFC_SERVER_CONTEXT.

\in rfcHandle RFC server connection \out *context Information about the current server execution context. \out *errorInfo Additional error information (e.g. connection is not a server connection). \return RFC_RC