Function sapnwrfc::binding::RfcGetTypeLength [] [src]

pub unsafe extern "C" fn RfcGetTypeLength(
    typeHandle: RFC_TYPE_DESC_HANDLE,
    nucByteLength: *mut c_uint,
    ucByteLength: *mut c_uint,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Returns the total byte length of a structure definition.

\in typeHandle The type description. \out nucByteLength Total byte length in a non-Unicode system. \out ucByteLength Total byte length in a Unicode system. \out *errorInfo Should always return successfully. \return RFC_RC