[webkit-help] WebFrame printing via COM interface

Alexander Shulgin alexander.shulgin at yessoftware.com
Mon Sep 13 05:39:28 PDT 2010


On 09.09.2010 8:31, Pix wrote:
> Adam Roben<aroben at ...>  writes:
>
>>
>> On Sep 8, 2010, at 9:00 AM, Pix wrote:
>>
>>> I see that IWebFrame implements the IWebFramePrivate but
>>> there's no way to get back IWebFramePrivate and
>>> call methods on it.
>>
>> IUnknown::QueryInterface is how you can get an IWebFramePrivate* from an
> IWebFrame.
>>
>> -Adam
>>
>>
>
> When i open the webkit.tlb file generated from the build, i can't find
> IWebFramePrivate interface in it. Is there some issue with the build process or
> is it hidden deliberately?

It seems like it's not exposed deliberately.  Still, you may access it 
if you absolutely need, by including/importing corresponding idl from 
WebKit\win\Interfaces.

--
Alex


More information about the webkit-help mailing list