Function sapnwrfc::binding::RfcCreateStructure [] [src]

pub unsafe extern "C" fn RfcCreateStructure(
    typeDescHandle: RFC_TYPE_DESC_HANDLE,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_STRUCTURE_HANDLE

Creates a data container for a structure.

\in typeDescHandle The metadata description (blueprint) for the structure to be created. \out *errorInfo Error information in case the parameters are incorrect or there's not enough memory. \return A handle to the structure.