Re: shlwapi: Correct AssocCreate and tests (try 2)

2009-03-11 Thread Jacek Caban
Hi Alistair, Alistair Leslie-Hughes wrote: Hi, Added check for IUnknown, thanks Jacek. It would be better to return correct error on QueryInterface failure. Otherwise you're duplicating the code. Jacek

Re: shlwapi: Correct AssocCreate and tests

2009-03-08 Thread Jacek Caban
Hi Alistair, Alistair Leslie-Hughes wrote: Hi, The spec file specified 4 parameters but it only takes 3. Validate parameters to XP. Added test cases. Tested on win98 and XP. Changelog: shlwapi: Correct AssocCreate and tests +hr = pAssocCreate(IID_NULL, &IID_NULL,