Dangerous call to TerminateThread |
Application Verifier break message
Dangerous call to TerminateThread.
Probable cause
This stop is generated if a thread (thread ID is parameter1) is terminated explicitly using TerminateThread(). This function is very dangerous because it introduce data corruption and deadlocks (as per MSDN).
Information displayed by Application Verifier
Paramater1 - Thread ID for the caller of Terminatethread()
Paramater2 - Not used
Parameter3 - Not used
Parameter4 - Not used
Description - Dangerous call to TerminateThread
Additional information
Verifier stop code 0100.