thread id

  • Thread starter Thread starter Konrad
  • Start date Start date
* "Konrad said:
How to Abort thread having
Thread Id?

\\\
Public Declare Auto Function TerminateThread Lib "kernel32.dll" ( _
ByVal hThread As IntPtr, _
ByVal dwExitCode As Int32 _
) As Boolean
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Threading Question 1
Access Textbox - Hide Cursor 0
Not receiving forum emails 14
force kill thread 6
stopping threads 2
about stopping threads and critical regions 1
Threading question 1
Thread Abort 5

Back
Top