EXIT_THREAD_DEBUG_INFO structure (minwinbase.h)
Contains the exit code for a terminating thread.
Syntax
typedef struct _EXIT_THREAD_DEBUG_INFO {
DWORD dwExitCode;
} EXIT_THREAD_DEBUG_INFO, *LPEXIT_THREAD_DEBUG_INFO;
Members
dwExitCode
The exit code for the thread.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | minwinbase.h (include Windows.h) |