File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -3062,7 +3062,7 @@ RtlRemoteCall(
3062
3062
_In_ BOOLEAN AlreadySuspended
3063
3063
);
3064
3064
3065
- // Vectored exception handlers
3065
+ // Vectored Exception Handlers
3066
3066
3067
3067
NTSYSAPI
3068
3068
PVOID
@@ -4928,38 +4928,6 @@ RtlReportSilentProcessExit(
4928
4928
);
4929
4929
#endif
4930
4930
4931
- // Vectored Exception Handlers
4932
-
4933
- NTSYSAPI
4934
- PVOID
4935
- NTAPI
4936
- RtlAddVectoredExceptionHandler (
4937
- _In_ ULONG First ,
4938
- _In_ PVECTORED_EXCEPTION_HANDLER Handler
4939
- );
4940
-
4941
- NTSYSAPI
4942
- ULONG
4943
- NTAPI
4944
- RtlRemoveVectoredExceptionHandler (
4945
- _In_ PVOID Handle
4946
- );
4947
-
4948
- NTSYSAPI
4949
- PVOID
4950
- NTAPI
4951
- RtlAddVectoredContinueHandler (
4952
- _In_ ULONG First ,
4953
- _In_ PVECTORED_EXCEPTION_HANDLER Handler
4954
- );
4955
-
4956
- NTSYSAPI
4957
- ULONG
4958
- NTAPI
4959
- RtlRemoveVectoredContinueHandler (
4960
- _In_ PVOID Handle
4961
- );
4962
-
4963
4931
// Random
4964
4932
4965
4933
NTSYSAPI
You can’t perform that action at this time.
0 commit comments