Agent.cpp - C++ implementation of native methods
DLL implements Java side of the IPC mechanism
JNIEXPORT void JNICALL Java_Agent_wait
(JNIEnv *jEnv, jclass jClass, jint handle)
AgentData *pParms = (AgentData*) handle;
WaitForSingleObject (pParms->res.hEvent, INFINITE);