From 8a35fe5ac0a1cdee164919a87842f2dbc075bd3f Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 26 May 2019 17:50:24 +0000 Subject: ntapi.h: added pointers to the native debug-related interfaces. --- include/ntapi/ntapi.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h index ec4fb31..ae47447 100644 --- a/include/ntapi/ntapi.h +++ b/include/ntapi/ntapi.h @@ -23,6 +23,7 @@ #include "nt_registry.h" #include "nt_security.h" #include "nt_pnp.h" +#include "nt_debug.h" #include "nt_exception.h" #include "nt_locale.h" #include "nt_uuid.h" @@ -317,6 +318,16 @@ typedef struct _ntapi_vtbl { ntapi_zw_plug_play_control * zw_plug_play_control; ntapi_zw_get_plug_play_event * zw_get_plug_play_event; + /* nt_debug.h */ + ntapi_zw_create_debug_object * zw_create_debug_object; + ntapi_zw_debug_active_process * zw_debug_active_process; + ntapi_zw_remove_process_debug * zw_remove_process_debug; + ntapi_zw_wait_for_debug_event * zw_wait_for_debug_event; + ntapi_zw_debug_continue * zw_debug_continue; + ntapi_zw_set_information_debug_object * zw_set_information_debug_object; + ntapi_zw_query_debug_filter_state * zw_query_debug_filter_state; + ntapi_zw_set_debug_filter_state * zw_set_debug_filter_state; + /* nt_exception */ ntapi_zw_raise_exception * zw_raise_exception; ntapi_zw_continue * zw_continue; -- cgit v1.2.3