Re: ole32: Fix dwClsContext parameter of a CoCreateInstance call in DefaultHandler_Run. (try 2)

2012-10-09 Thread Austin English
On Tue, Oct 9, 2012 at 4:27 AM, Roman Dadkov wrote: > This patch change dwClsContext parameter of a CoCreateInstance call in > function DefaultHandler_Run. > Because even if there is some clsid in the registry, the function will not > be able to run the newly created object. > Unfortunately, the t

Re: ole32: Fix dwClsContext parameter of a CoCreateInstance call in DefaultHandler_Run.

2012-10-07 Thread Nikolay Sivov
On 10/6/2012 19:29, Roman Dadkov wrote: This patch change dwClsContext parameter of a CoCreateInstance call in function DefaultHandler_Run. Because even if there is some clsid in the registry, the function will not be able to run the newly created object. - hr = CoCreateInstance(&This->clsid