Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7841703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:09:20+00:00 2026-06-02T16:09:20+00:00

I have doubt regarding the CreateThread() function in C++. What is the importance of

  • 0

I have doubt regarding the CreateThread() function in C++.

What is the importance of the threadId parameter in this function?

And are we able to create same thread( same name) using the same threadId. like

     DWORD threadId = 0;
     CreateThread(NULL, 0, Thread1, NULL,0, &threadId);
     CreateThread(NULL, 0, Thread1, NULL,0, &threadId);

This way is possible? What will be the value contain in the threadId? By doing the above codding , Is the second thread creation will over write the threadId value of first thread?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T16:09:22+00:00Added an answer on June 2, 2026 at 4:09 pm

    You don’t need the threadId for manipulating the thread if you hold the handle; however, you might choose to retain the IDs instead and then using the handles obtained by OpenThread. (This also works between processes, the only way you can “transfer” a handle to your thread to a different process by OpenThreading the ID there).

    You can also use the ID for distributing jobs to your threads (although you can just make up your own identifier).

    And last but not least, there are moments you really need the thread ID, such as when calling the PostThreadMessage function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using htmlspecialchars() function to prevent XSS attacks. I have doubt regarding what
I m just learning regular expression matching using javascript, and have a doubt regarding
I have a doubt regarding RMI. In RMI we create remote object(s) and use
I have a doubt regarding time division multipluxing. In GSM we are using time
i have small doubt regarding the window functions in c++. what exactly invalidate() function
I have a doubt regarding application name on Android. I am going to upload
I have this doubt, can we connect iPad2 and iTouch using Gamekit ? I
I have a doubt regarding JNI function calls made from Android. Do they run
I have one doubt regarding casting. public void Test(out T a, out T b)
I have a doubt regarding the backlog value in listen system call. From man

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.