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