Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-09-07 16:16:43
Size: 831
Editor: SheenaSmith
Comment: add RF
Revision 3 as of 2010-09-08 20:17:23
Size: 829
Editor: SheenaSmith
Comment: minor change (old wiki)
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 .[[SDL_CreateThread]] ???  .[[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