[webkit-help] WebFrame printing via COM interface

Adam Roben aroben at apple.com
Wed Sep 8 07:17:55 PDT 2010


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



More information about the webkit-help mailing list