Tao.Sdl SDK Documentation |
|
Sdl.SDL_KillThread Method
Forcefully kill a thread without worrying about its state
[Visual Basic]
Public Shared Sub SDL_KillThread( _
ByVal
thread As
IntPtr _
)
[C#]
public static
void SDL_KillThread(
IntPtr thread);
Remarks
Binds to C-function call in SDL_thread.h:
extern DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread)
See Also
Sdl Class | Tao.Sdl Namespace