Tao.Sdl SDK Documentation

Sdl.SDL_ThreadID Method 

Get the 32-bit thread identifier for the current thread

[Visual Basic]
Public Shared Function SDL_ThreadID() As Integer
[C#]
public static int SDL_ThreadID();

Return Value

ID

Remarks

Binds to C-function call in SDL_thread.h:

extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void)

See Also

Sdl Class | Tao.Sdl Namespace