Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-10-12 06:01:04
Size: 597
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 4 as of 2010-10-18 02:12:19
Size: 588
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''mutex'''||^the SDL_mutex to be destroyed^|| ||'''mutex'''||^the mutex to destroy^||

DRAFT

SDL_DestroyMutex

Use this function to destroy a mutex.

Syntax

void SDL_DestroyMutex(SDL_mutex* mutex)

Function Parameters

mutex

the mutex to destroy

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMutex

None: SDL_DestroyMutex (last edited 2013-10-04 13:35:45 by urkle)

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