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.
This structure contains an exiting process's exit code.
typedef struct _EXIT_PROCESS_DEBUG_INFO { DWORD dwExitCode; } EXIT_PROCESS_DEBUG_INFO;
Members
- dwExitCode
Exit code for the process.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Winbase.h.
See Also
Send Feedback on this topic to the authors