Y
yourwcd
Unregistered / Unconfirmed
GUEST, unregistred user!
我已经得到了IConnectionPointContainer接口变量的cps,方法如下:
var
cps: IConnectionPointContainer;
cp:IConnectionPoint;
begin
i_hd.QueryInterface(IConnectionPointContainer, cps);
cps.QueryInterface(DWEBbrowserEvents2, CP);//但这里的cp总是返回NIL
//请教这是什么原因呢?
end;
var
cps: IConnectionPointContainer;
cp:IConnectionPoint;
begin
i_hd.QueryInterface(IConnectionPointContainer, cps);
cps.QueryInterface(DWEBbrowserEvents2, CP);//但这里的cp总是返回NIL
//请教这是什么原因呢?
end;