Tao.Sdl SDK Documentation

Sdl.SDL_mutexP Method 

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

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

Return Value

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

Remarks

Binds to C-function call in SDL_mutex.h:

extern DECLSPEC int SDLCALL SDL_mutexP(SDL_mutex *mutex)

See Also

Sdl Class | Tao.Sdl Namespace