Tao.Sdl SDK Documentation |
|
Sdl.SDL_MUTEX_TIMEDOUT Field
Synchronization functions which can time out return this value if they time out.
[Visual Basic]
Public Const SDL_MUTEX_TIMEDOUT As
Integer = 1
[C#]
public const
int SDL_MUTEX_TIMEDOUT = 1;
See Also
Sdl Class | Tao.Sdl Namespace