Wiki Page Content

Revision 5 as of 2010-10-18 03:49:18

Clear message

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

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