BOOL ProcessResponce(LPSTR OutBuffer, THREAD_PARAM_COMPONENTS *tData, double Time)
{
// What to do here: need to figure out how to tell this function not to call the callback function
// while another thread is currently already performing a callback, if the two callbacks happen
// I am not entirely sure, but I think this is why AutoIt crashes becausemost of the time this works
// unless I intentionally call the callback more than once at the same time...
//our callback funtion in autoit
AUT