ExitThread.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ExitThread (KERNEL32.@)

SYNOPSIS

void ExitThread
 (
  DWORD code
 )

PARAMS

[In] Exit code for this thread.

DESCRIPTION

ExitThread [KERNEL32.@] Ends a thread.

RETURNS

None

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/thread.c".

Debug channel "thread".