CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2008
    Location
    India
    Posts
    186

    Unhappy CreateThread multiple times....

    Is it possible to call CreateThread(...ThreadFunction Name) multiple times.....

    Will it create multiple threads with same thread function having diffrent thread handle...???

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: CreateThread multiple times....

    Yes. But why ask us instead of testing it ?

  3. #3
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: CreateThread multiple times....

    Yes.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured