I am using the Local Host Monitor API and I have just downloaded the latest version.
I see that the testapp has changed to use a new call – waitfordata – instead of using waitforsingleobject to wait on the LHMonEvent. This causes me a problem because in my application I use waitformultipleobjects to wait on the LHMonEvent and also another event which indicates to me a shutdown. It looks as though I can no longer do this. Is this correct? Or can I do something with the handle returned from GetWaitEvent?
Any help much appreciated.