Function MSPUpload

Source
pub unsafe extern "C" fn MSPUpload(
    dataName: *const c_char,
    params: *const c_char,
    dataID: *const c_char,
) -> c_int
Expand description

@fn MSPUpload @brief Upload User Specific Data

Upload data such as user config, custom grammar, etc.

@return int MSPAPI - Return 0 in success, otherwise return error code. @param const char* dataName - [in] data name, should be unique to diff other data. @param const char* params - [in] parameters about uploading data. @param const char* dataID - [in] id of the data to be operated. @see