This structure contains an exiting thread’s exit code.
At a Glance
Header file: | Winbase.h |
Windows CE versions: | 2.0 and later |
Syntax
typedef struct _EXIT_THREAD_DEBUG_INFO {
DWORD dwExitCode;
} EXIT_THREAD_DEBUG_INFO;
Members
dwExitCode
Specifies the exit code for the thread.
See Also