Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2010-10-12 05:18:50
Size: 829
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 5 as of 2010-10-18 03:49:18
Size: 825
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''thread'''||^the desired/specified SDL_Thread to query^|| ||'''thread'''||^the desired/specified 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 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