pub unsafe extern "C" fn MSPGetResult(
rsltLen: *mut c_uint,
rsltStatus: *mut c_int,
errorCode: *mut c_int,
) -> *const c_charExpand description
@fn MSPGetResult @brief Get Result
Get result of uploading, downloading or searching, etc.
@return const char* MSPAPI - Return result of uploading, downloading or searching, etc. @param int* rsltLen - [out] Length of result returned. @param int* rsltStatus - [out] Status of result returned. @param int* errorCode - [out] Return 0 in success, otherwise return error code. @see