Tao.Sdl SDK Documentation |
|
Sdl.SDL_GetThreadID Method
Get the 32-bit thread identifier for the specified thread, equivalent to SDL_ThreadID() if the specified thread is NULL.
[Visual Basic]
Public Shared Function SDL_GetThreadID( _
ByVal
thread As
IntPtr _
) As
Integer
[C#]
public static
int SDL_GetThreadID(
IntPtr thread);
Return Value
ID
Remarks
Binds to C-function call in SDL_thread.h:
extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread)
See Also
Sdl Class | Tao.Sdl Namespace