Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-09-08 20:17:23
Size: 829
Editor: SheenaSmith
Comment: minor change (old wiki)
Revision 4 as of 2010-10-12 05:18:50
Size: 829
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''thread'''||^a pointer to the desired/specified thread^|| ||'''thread'''||^the desired/specified SDL_Thread to query^||

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

the desired/specified SDL_Thread to query

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