You are reading help file online using chmlib.com
|
ISpThreadControl::TerminateThread forces immediate termination of the thread.
HRESULT TerminateThread ( void );
None.
Value | Description |
---|---|
S_OK | Function completed successfully. |
This function should be used with caution, as unintended results can occur. It should only be used to force a thread to stop when all other attempts to stop the thread have been unsuccessful.
You are reading help file online using chmlib.com
|