DebugSetProcessKillOnExit function kernel32

int DebugSetProcessKillOnExit(
  1. int KillOnExit
)

Sets the action to be performed when the calling thread exits.

BOOL DebugSetProcessKillOnExit(
  BOOL KillOnExit
);

Implementation

int DebugSetProcessKillOnExit(int KillOnExit) =>
    _DebugSetProcessKillOnExit(KillOnExit);