diff options
author | midipix <writeonce@midipix.org> | 2019-05-26 17:50:24 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-27 00:02:05 +0000 |
commit | 8a35fe5ac0a1cdee164919a87842f2dbc075bd3f (patch) | |
tree | f0de7e5e2d443e9543b87bcbf1c568cb2d85b82d /src/refs | |
parent | b2a33c761e729f8d9b718d4e334de8142498f17b (diff) | |
download | ntapi-8a35fe5ac0a1cdee164919a87842f2dbc075bd3f.tar.bz2 ntapi-8a35fe5ac0a1cdee164919a87842f2dbc075bd3f.tar.xz |
ntapi.h: added pointers to the native debug-related interfaces.
Diffstat (limited to 'src/refs')
-rw-r--r-- | src/refs/NTHASH | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/refs/NTHASH b/src/refs/NTHASH index 77ba37d..37cad44 100644 --- a/src/refs/NTHASH +++ b/src/refs/NTHASH @@ -223,6 +223,14 @@ ZwInitiatePowerAction ZwPowerInformation ZwPlugPlayControl ZwGetPlugPlayEvent +ZwCreateDebugObject +ZwDebugActiveProcess +ZwRemoveProcessDebug +ZwWaitForDebugEvent +ZwDebugContinue +ZwSetInformationDebugObject +ZwQueryDebugFilterState +ZwSetDebugFilterState ZwRaiseException ZwContinue ZwQueryDefaultLocale |