On 30 January 2014 06:07, Dmitry Timoshkov dmitry@baikal.ru wrote:
- FIXME("interface %s not implemented\n", debugstr_guid(riid));
- return E_NOINTERFACE;
I don't know about xmlelem_collection_IEnumVARIANT_QueryInterface() specifically, but in general QueryInterface() should set *ppvObj to NULL on failure.