Re: [PATCH 1/3] mstask/test: NewWorkItem conformance test

2008-07-30 Thread Roy Shea
Howdy, >> +const GUID invalid_id = {0x, 0x, 0x, >> +{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}; > > You can use GUID_NULL and eliminate this local. After looking at other tests in wine I decided to use DEFINE_GUID to declare my own GUID_NULL for the test. T

Re: [PATCH 1/3] mstask/test: NewWorkItem conformance test

2008-07-29 Thread Dan Hipschman
Hey Roy, On Tue, Jul 29, 2008 at 04:44:45PM -0700, Roy Shea wrote: > +static BOOL setup_task_scheduler() > +{ > +HRESULT hres; > + > +hres = CoCreateInstance(&CLSID_CTaskScheduler, NULL, > CLSCTX_INPROC_SERVER, > +&IID_ITaskScheduler, (void **) &test_task_scheduler); > +r