Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure contains an exiting process's exit code.
Syntax
typedef struct _EXIT_PROCESS_DEBUG_INFO {
DWORD dwExitCode;
} EXIT_PROCESS_DEBUG_INFO;
Members
- dwExitCode
Exit code for the process.
Requirements
| Header | winbase.h |
| Windows Embedded CE | Windows CE 2.0 and later |