Re: Question about advapi32/eventlog.c

2005-05-25 Thread James Hawkins
On 5/25/05, David Hemmo <[EMAIL PROTECTED]> wrote: > Hello > > The stubs in eventlog.c return an odd value (0xcafe4242) instead of > NULL. > For example, in RegisterEventSourceW, NULL would be an error and > would mean the register did not work. The current value doesn't tell > the application tha

Question about advapi32/eventlog.c

2005-05-25 Thread David Hemmo
Hello The stubs in eventlog.c return an odd value (0xcafe4242) instead of NULL. For example, in RegisterEventSourceW, NULL would be an error and would mean the register did not work. The current value doesn't tell the application that it didn't work. Is there a reason ? Thanks David Hemm