Skip to main content

OH_TextEditorProxy_GetGetTextConfigFunc

Function OH_TextEditorProxy_GetGetTextConfigFunc 

Source
pub unsafe extern "C" fn OH_TextEditorProxy_GetGetTextConfigFunc(
    proxy: *mut InputMethod_TextEditorProxy,
    getTextConfigFunc: *mut OH_TextEditorProxy_GetTextConfigFunc,
) -> InputMethod_ErrorCode
Expand description

@brief Get function {@link OH_TextEditorProxy_GetTextConfigFunc} from {@link InputMethod_TextEditorProxy}.

@param proxy Represents a pointer to an {@link InputMethod_TextEditorProxy} instance which will be get function from. @param getTextConfigFunc Represents function {@link OH_TextEditorProxy_GetTextConfigFunc} which will be get. @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