From d4344e39eef3f7dfe84de7201ccf94204b018b60 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 May 2019 17:52:25 +0000 Subject: debug interfaces: normalize extension functions (set prefix to tt_debug_). --- include/ntapi/nt_debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ntapi/nt_debug.h') diff --git a/include/ntapi/nt_debug.h b/include/ntapi/nt_debug.h index f5a1d40..7e62af5 100644 --- a/include/ntapi/nt_debug.h +++ b/include/ntapi/nt_debug.h @@ -333,11 +333,11 @@ typedef int32_t __stdcall ntapi_zw_set_debug_filter_state( __in int32_t dbg_state); /* extension interfaces */ -typedef int32_t __stdcall ntapi_tt_create_debug_object( +typedef int32_t __stdcall ntapi_tt_debug_create_object( __out void ** hdbobj, __in uint32_t flags); -typedef int32_t __stdcall ntapi_tt_create_attach_debug_object( +typedef int32_t __stdcall ntapi_tt_debug_create_attach_object( __out void ** hdbgobj, __in void * hprocess, __in uint32_t flags); -- cgit v1.2.3