Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-06-02 00:18:15
Size: 622
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-09-08 22:28:15
Size: 628
Editor: SheenaSmith
Comment: minor change (old wiki)
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''mutex'''||^a pointer to the SDL_mutex structure to be destroyed^|| ||'''mutex'''||^a pointer to the SDL_mutex structure / mutex to be destroyed^||
Line 27: Line 27:
 .[[SDL_CreateMutex]] ???  .[[SDL_CreateMutex]] *

DRAFT

SDL_DestroyMutex

Use this function to destroy a mutex.

Syntax

void SDL_DestroyMutex(SDL_mutex* mutex)

Function Parameters

mutex

a pointer to the SDL_mutex structure / mutex to be destroyed

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