I have a vector of handles from processes I ran using create process. I am wondering how to pass in that into WaitForMultipleObjects(v.size, "code goes here",true, infinite);
I populate the handle vector with the PROCESS_INFORMATION's handle field each time I loop through and create a process.