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". source.winehq.org/source/dlls/kernel32/thread.c

Debug channel "thread".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.