Function sapnwrfc::binding::RfcGetTime
[−]
[src]
pub unsafe extern "C" fn RfcGetTime(
dataHandle: DATA_CONTAINER_HANDLE,
name: *const SAP_UC,
emptyTime: *mut RFC_CHAR,
errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC
Reads a TIME field.
\in dataHandle A data container (function handle, structure handle or table handle). If dataHandle is a table handle, the function will read the field value of the current row. \in *name The name of the field to read. The field must be of type RFCTYPE_TIME. \out emptyTime An RFC_TIME object, which will receive the field value. \out *errorInfo More information in case something goes wrong. \return RFC_RC