Re: [1/3] mshtml: Implement HTMLElement2 get_scrollLeft (try 2)

2008-09-10 Thread Alexandre Julliard
Alistair Leslie-Hughes [EMAIL PROTECTED] writes: +nsres = nsIDOMHTMLElement_QueryInterface(This-nselem, IID_nsIDOMNSHTMLElement, (void**)nselem); +if(NS_SUCCEEDED(nsres)) +{ +nsres = nsIDOMNSHTMLElement_GetScrollLeft(nselem, left); +

Re: mshtml: Implement HTMLElement2 get_scrollLeft

2008-09-09 Thread Alexandre Julliard
Alistair Leslie-Hughes [EMAIL PROTECTED] writes: @@ -831,8 +831,31 @@ static HRESULT WINAPI HTMLElement2_put_scrollLeft(IHTMLElement2 *iface, long v) static HRESULT WINAPI HTMLElement2_get_scrollLeft(IHTMLElement2 *iface, long *p) { HTMLElement *This = HTMLELEM2_THIS(iface); -