Hi,
just found the following:
[paul@penguin include]$ grep -e NOTIFY_PRE -e NOTIFY_POST * netspi.h:#define NOTIFY_PRE 0x00 netspi.h:#define NOTIFY_POST 0x01 npapi.h:#define NOTIFY_PRE 0x00000001 npapi.h:#define NOTIFY_POST 0x00000002
this doesn't look right although they do not seem to be used anywhere in the code currently. Any comments?
Cheers,
Paul.
On Thu, 13 Jan 2005, Paul Vriens wrote:
Hi,
just found the following:
[paul@penguin include]$ grep -e NOTIFY_PRE -e NOTIFY_POST * netspi.h:#define NOTIFY_PRE 0x00 netspi.h:#define NOTIFY_POST 0x01
I don't find netspi.h in the Platform SDK. I also don't find any of the definitions it contains.
npapi.h:#define NOTIFY_PRE 0x00000001 npapi.h:#define NOTIFY_POST 0x00000002
However I can confirm these values.
So I would say the correct values are the ones in npapi.h and that netspi.h should be moved to dlls/mpr which is the only place where it is used. But this needs a bit more investigation.