|
|
| void MFThread_TerminateThread |
( |
MFThread |
thread |
) |
|
|
|
|
Terminates a thread. - Parameters:
-
| thread | Thread to be terminated. |
- Returns:
- None.
- Remarks:
- Caution: Terminating a thread can be dangerous. Users should take care to make sure the thread has no locks on mutual exclusive data when it is terminated.
|
|