Invalid parameters for WaitForMultipleObjects call |
Application Verifier break message
Invalid parameters for WaitForMultipleObjects call.
Probable cause
This stop is generated if the function on the top of the stack called WaitForMultipleObjects with NULL as the address of the array of handles to wait for or with zero as the number of handles. A simple kb command will reveal the function calling this API incorrectly.
Information displayed by Application Verifier
Parameter1 - Address of object handle vectors
Parameter2 - Number of handles
Parameter3 - Not used
Parameter4 - Not used
Description - Invalid parameters for WaitForMultipleObjects call
Additional information
Verifier stop code 0302.
Call Stack � current call stack of last operation when the invalid parameters were passed to the wait function.
Frequency of this error is low.