Wiki Page Content

Revision 1 as of 2010-06-02 00:18:15

Clear message

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 to be destroyed

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