{
HTMLLocation *This = HTMLLOCATION_THIS(iface);
FIXME("(%p)->(%p)\n", This, p);
+
+ if(!p)
+ return E_POINTER;
+
return E_NOTIMPL;
}
{
HTMLLocation *This = HTMLLOCATION_THIS(iface);
FIXME("(%p)->(%p)\n", This, p);
+
+ if(!p)
+ return E_POINTER;
+
return E_NOTIMPL;
}
{
HTMLLocation *This = HTMLLOCATION_THIS(iface);
FIXME("(%p)->(%p)\n", This, p);
+
+ if(!p)
+ return E_POINTER;
+
return E_NOTIMPL;
}
{
HTMLLocation *This = HTMLLOCATION_THIS(iface);
FIXME("(%p)->(%p)\n", This, p);
+
+ if(!p)
+ return E_POINTER;
+
return E_NOTIMPL;
}
TRACE("(%p)->(%p)\n", This, p);
+ if(!p)
+ return E_POINTER;
+
hres = get_url(This, &doc_url);
if(FAILED(hres))
return hres;
{
HTMLLocation *This = HTMLLOCATION_THIS(iface);
FIXME("(%p)->(%p)\n", This, p);
+
+ if(!p)
+ return E_POINTER;
+
return E_NOTIMPL;
}
{
HTMLLocation *This = HTMLLOCATION_THIS(iface);
FIXME("(%p)->(%p)\n", This, p);
+
+ if(!p)
+ return E_POINTER;
+
return E_NOTIMPL;
}