我在Internet Explorer Extension Development Forum问了类似的问题,但没有得到答案。我发现不仅我有这个problem
有没有人使用IE9 Beta中的任何these接口?
我正在使用ATL查询IHTMLDocument7
,但我得到空指针
CComQIPtr<IHTMLDocument7> document7 = document3;
if(document7)
{
//do sth with document7
}
但document7为NULL。其他接口(IHTMLDocument1-6)工作正常。