DBG_N_NewProc
Appearance
Debug Notification -12 - New Process Notification
This notification returns:
- Cmd= DBG_N_NewProc
- Value= Process ID of the new process
- Addr= 0
The debuggee process has just started a child process, and that child process needs to be debugged.
- Note
- This notification occurs only if descendant debugging was specified in the DosExecPgm call that started the process tree in which the debuggee is executing.