#ifndef _NTDBG_H
//
// Debugging UI
//
/**
* Connects the current thread to the debugger.
*
* \return NTSTATUS Successful or errant status.
*/
NTSYSAPI
NTSTATUS
NTAPI
DbgUiConnectToDbg(
VOID
);
View code on GitHubNo description available.