Tao.Sdl SDK Documentation

Sdl.SDL_mutexV Method 

Unlock the mutex (Returns 0, or -1 on error)

[Visual Basic]
Public Shared Function SDL_mutexV( _
   ByVal mutex As IntPtr _
) As Integer
[C#]
public static int SDL_mutexV(
   IntPtr mutex
);

Return Value

Unlock the mutex (Returns 0, or -1 on error)

Remarks

Binds to C-function call in SDL_mutex.h:

extern DECLSPEC int SDLCALL SDL_mutexV(SDL_mutex *mutex)

See Also

Sdl Class | Tao.Sdl Namespace