Invalid Parameters Passed To A Multi-Object Wait Function
Application Verifier stop message
Handle violation detected. Invalid parameters passed to a multi-object wait function.
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. The current call stack will reveal the function calling this API incorrectly.
Information displayed by Application Verifier in Tool Window
Handle - N/A
Description - Invalid parameters passed to a multi-object wait function
Additional info - Array of handles - address: <address> - size: <size>
Additional information
The current call stack of the last operation when the invalid parameters were passed to the wait function.
Frequency of this error is low.