diff options
author | midipix <writeonce@midipix.org> | 2019-05-28 02:46:06 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-28 03:05:42 +0000 |
commit | dce12f452b5d452f460427efd40f254a5c441eb3 (patch) | |
tree | b1a7388f897f8607abb7dd6b9c74eef2c17fca0f /include | |
parent | c155d909936810348fc0e237f1cdf316ff8ce04d (diff) | |
download | ntapi-dce12f452b5d452f460427efd40f254a5c441eb3.tar.bz2 ntapi-dce12f452b5d452f460427efd40f254a5c441eb3.tar.xz |
__ntapi_tt_debug_execution_flow(): impl. NT_DBG_FLOW_MASK_DETACH_AND_CLOSE.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_debug.h b/include/ntapi/nt_debug.h index 9f90f7e..f555416 100644 --- a/include/ntapi/nt_debug.h +++ b/include/ntapi/nt_debug.h @@ -344,6 +344,7 @@ typedef int32_t __stdcall ntapi_tt_create_attach_debug_object( typedef int32_t __stdcall ntapi_tt_debug_execution_flow( __in void * hdbgobj, + __in void * hprocess, __in void * hserver, __in void * hlogfile, __in uint32_t evtmask, |