Commit 58b26f3b authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msxml3: Add ISAXAttribute_getLength implementation.

parent 6df49d57
......@@ -245,8 +245,9 @@ static HRESULT WINAPI isaxattributes_getLength(
{
saxattributes *This = impl_from_ISAXAttributes( iface );
FIXME("(%p) stub\n", This);
return E_NOTIMPL;
*length = This->nb_attributes;
TRACE("Length set to %d\n", *length);
return S_OK;
}
static HRESULT WINAPI isaxattributes_getURI(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment