Jump to content

Interrupt windows thread to get received string message

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
yonghan

yonghan

    Learning Programmer

  • Members
  • PipPipPip
  • 99 posts
HI all,i want to ask how to interrupt a windows thread so i can get received text string..Can anyone help me with reference that i should use??Thanks alot.

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Something like a debugger?

#3
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,722 posts
KillThread(HANDLE hThread) API, perhaps? I'm not entirely sure what you're asking for.