#ifndef _NTDBG_H
/**
* The DBGKM_EXIT_PROCESS structure contains the exit status of a process.
*/
typedef struct _DBGKM_EXIT_PROCESS
{
NTSTATUS ExitStatus;
} DBGKM_EXIT_PROCESS, *PDBGKM_EXIT_PROCESS;
View code on GitHubNo description available.