#ifndef _NTDBG_H
/**
* Stops debugging a process.
*
* \param Process A handle to the process.
* \return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
DbgUiStopDebugging(
_In_ HANDLE Process
);
View code on GitHubNo description available.