Skip to main content

OH_TextConfig_GetTextAvoidInfo

Function OH_TextConfig_GetTextAvoidInfo 

Source
pub unsafe extern "C" fn OH_TextConfig_GetTextAvoidInfo(
    config: *mut InputMethod_TextConfig,
    avoidInfo: *mut *mut InputMethod_TextAvoidInfo,
) -> InputMethod_ErrorCode
Expand description

@brief Get text avoid information from text configuration.

@param config Indicates the text configuration. @param avoidInfo Indicates the text avoid information. @return Returns a specific error code. {@link IME_ERR_OK} - success. {@link IME_ERR_NULL_POINTER} - unexpected null pointer. Specific error codes can be referenced {@link InputMethod_ErrorCode}. @since 12