DebugSetProcessKillOnExit function kernel32
Sets the action to be performed when the calling thread exits.
BOOL DebugSetProcessKillOnExit(
BOOL KillOnExit
);
Implementation
int DebugSetProcessKillOnExit(int KillOnExit) =>
_DebugSetProcessKillOnExit(KillOnExit);