Skip to main content

OH_TextEditorProxy_SetSetPreviewTextFunc

Function OH_TextEditorProxy_SetSetPreviewTextFunc 

Source
pub unsafe extern "C" fn OH_TextEditorProxy_SetSetPreviewTextFunc(
    proxy: *mut InputMethod_TextEditorProxy,
    setPreviewTextFunc: OH_TextEditorProxy_SetPreviewTextFunc,
) -> InputMethod_ErrorCode
Expand description

@brief Set function {@link OH_TextEditorProxy_SetPreviewTextFunc} into {@link InputMethod_TextEditorProxy}.

@param proxy Represents a pointer to an {@link InputMethod_TextEditorProxy} instance which will be set function in. @param setPreviewTextFunc Represents function {@link OH_TextEditorProxy_SetPreviewTextFunc} which will be set. @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