EXIT_THREAD_DEBUG_INFO (Windows CE 5.0)

Send Feedback

This structure contains an exiting thread's exit code.

typedef struct _EXIT_THREAD_DEBUG_INFO { DWORD dwExitCode; } EXIT_THREAD_DEBUG_INFO; 

Members

  • dwExitCode
    Exit code for the thread.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Winbase.h.

See Also

DEBUG_EVENT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.