Why does WaitForMultipleObjects return ERROR_INVALID_PARAMETER when all the parameters look valid to me?
A customer asked for assistance with the function: I am getting when calling even though all the parameters are valid as far as I can tell. I've narrowed it down to this simple program. First of all, thank you for narrowing the issue down to a minimal program that illustrates the problem. You'd be surprised how often a customer says, "I'...