Function MSPSearch

Source
pub unsafe extern "C" fn MSPSearch(
    params: *const c_char,
    text: *const c_char,
    dataLen: *mut c_uint,
    errorCode: *mut c_int,
) -> *const c_char
Expand description

@fn MSPSearch @brief Search text for result

Search text content, and got text result

@return const void* MSPAPI - received data buffer pointer, data could be binary, NULL if failed or data does not exsit. @param const char* params - [in] parameters about data to be downloaded. @param unsigned int* dataLen - [out] length of received data. @param int* errorCode - [out] Return 0 in success, otherwise return error code. @see