Wiki Page Content

Revision 1 as of 2010-05-25 04:59:09

Clear message

DRAFT

SDL_CreateMutex

Use this function to create a mutex, initialized unlocked.

green

Syntax

SDL_mutex* SDL_CreateMutex(void)

Return Value

A pointer to an SDL_mutex structure to be initialized in an unlocked state.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMutex

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