Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library
-
Header File
winbase.h
Unicode
No
Platform Notes
None

EXIT_THREAD_DEBUG_INFO

The EXIT_THREAD_DEBUG_INFO structure contains an exiting thread's exit code.

typedef struct _EXIT_THREAD_DEBUG_INFO { // etdi

DWORD dwExitCode;

} EXIT_THREAD_DEBUG_INFO;

Members

dwExitCode

Specifies the exit code for the thread.

See Also

DEBUG_EVENT

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples