pub unsafe extern "C" fn OH_TextAvoidInfo_GetHeight(
info: *mut InputMethod_TextAvoidInfo,
height: *mut f64,
) -> InputMethod_ErrorCodeExpand description
@brief Get height value into {@link InputMethod_TextAvoidInfo}.
@param info Represents a pointer to an {@link InputMethod_TextAvoidInfo} instance which will be get value from. @param height Represents height value. @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