[PATCH 3/8] dhtmled.ocx: Add IQuickActivate interface to DHTMLEdit object

Alex Henrie alexhenrie24 at gmail.com
Fri Feb 9 00:36:40 CST 2018


2018-02-06 9:54 GMT-07:00 Jacek Caban <jacek at codeweavers.com>:
> Hi Alex,
>
> On 12/05/2017 09:10 AM, Alex Henrie wrote:
>>  typedef struct
>>  {
>>      IDHTMLEdit IDHTMLEdit_iface;
>> +    IQuickActivate IQuickActivate_iface;
>
>
> What version did you test it with? As far as I can see, native doesn't
> implement this interface.

Thanks for catching that. You're right: The DHTMLEdit class does not
implement IQuickActivate. I was confused because RSSEdit queries for
this interface.

After more testing, I realized that we actually only need to add
IOleObject and IPersistStreamInit to get RSSEdit's GUI to appear.
Native DHTMLEdit implements IViewObject, IOleControl, and
IConnectionPointContainer too, but they do not appear to be necessary
for basic functionality.

-Alex



More information about the wine-devel mailing list