threadproc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SkI=?=

    #1

    threadproc

    Newbie on threads. Maybe I am the only person around that doesn't understand
    this but what happens when the threadproc returns? ( new Thread (addressof
    threadproc)... etc.) I have looked in the help but cannot find anything
    about this. Is the thread terminated or ... ? Or is the threadproc
    reentrant something like a windowproc that gets called in response to events(
    I doesn't appear to me that it is but what do I know???)?
    JB
  • Tom Shelton

    #2
    Re: threadproc

    On 2008-04-18, JB <JB@discussions .microsoft.comw rote:
    Newbie on threads. Maybe I am the only person around that doesn't understand
    this but what happens when the threadproc returns? ( new Thread (addressof
    threadproc)... etc.) I have looked in the help but cannot find anything
    about this. Is the thread terminated or ... ? Or is the threadproc
    reentrant something like a windowproc that gets called in response to events(
    I doesn't appear to me that it is but what do I know???)?
    JB
    The thread terminates.

    --
    Tom Shelton

    Comment

    Working...