Tao.Sdl SDK Documentation

Sdl.SDL_CreateMutex Method 

Create a mutex, initialized unlocked

[Visual Basic]
Public Shared Function SDL_CreateMutex() As IntPtr
[C#]
public static IntPtr SDL_CreateMutex();

Return Value

IntPtr to mutex

Remarks

Binds to C-function call in SDL_mutex.h:

extern DECLSPEC SDL_mutex * SDLCALL SDL_CreateMutex(void)

See Also

Sdl Class | Tao.Sdl Namespace