get_TopLevelContainer not same as documentation ?
- From: "Noa" <nlevin@xxxxxxxxxx>
- Date: 29 Aug 2006 00:29:40 -0700
Hi
My code contains:
void foo(CComQIPtr<IWebBrowser2, &IID_IWebBrowser2> &spFrame)
{...
VARIANT_BOOL varBool;
hr = spFrame->get_TopLevelContainer(&varBool);
....
}
According to documentation vrBool should get VARIANT_TRUE if it is a
top container. However, instead of VARIANT_TRUE which is -1 , i get
the value of 1.
Is it a known bug? or did i misunderstood something?
Thanks
Noa
.
- Prev by Date: Re: How Can I Get Response Header Info. In BHO ?
- Next by Date: Asynchronouse Pluggable Protocols... not relasing COM object
- Previous by thread: How Can I Get Response Header Info. In BHO ?
- Next by thread: Asynchronouse Pluggable Protocols... not relasing COM object
- Index(es):