Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-05-19 18:10:57
Size: 803
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-09-07 16:16:43
Size: 831
Editor: SheenaSmith
Comment: add RF
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 .[[SDL_CreateThread]] ???

DRAFT

SDL_GetThreadID

Use this function to get the thread identifier for the specified thread.

Syntax

SDL_threadID SDL_GetThreadID(SDL_Thread* thread)

Function Parameters

thread

a pointer to the desired/specified thread

Return Value

Returns the ID of the specified thread. green

Code Examples

You can add your code example here

Remarks

This function is equivalent to SDL_ThreadID() if the specified thread is NULL.


CategoryAPI, CategoryThread

None: SDL_GetThreadID (last edited 2017-03-11 22:48:55 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit