Tao.Sdl SDK Documentation |
|
Sdl.SDL_SemValue Method
Returns the current count of the semaphore
[Visual Basic]
Public Shared Function SDL_SemValue( _
ByVal
sem As
IntPtr _
) As
Integer
[C#]
public static
int SDL_SemValue(
IntPtr sem);
Return Value
Returns the current count of the semaphore
Remarks
Binds to C-function call in SDL_mutex.h:
extern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem *sem)
See Also
Sdl Class | Tao.Sdl Namespace