summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_debug.h')
-rw-r--r--include/ntapi/nt_debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ntapi/nt_debug.h b/include/ntapi/nt_debug.h
index f555416..f5a1d40 100644
--- a/include/ntapi/nt_debug.h
+++ b/include/ntapi/nt_debug.h
@@ -350,4 +350,9 @@ typedef int32_t __stdcall ntapi_tt_debug_execution_flow(
__in uint32_t evtmask,
__in uint64_t * nevents);
+typedef int32_t __stdcall ntapi_tt_debug_break_process(
+ __in void * hprocess,
+ __out void ** hthread,
+ __out nt_cid * cid);
+
#endif