mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[NDK] Expose RtlUnhandledExceptionFilter2() (#8353)
This commit is contained in:
@@ -679,6 +679,14 @@ RtlUnhandledExceptionFilter(
|
|||||||
_In_ PEXCEPTION_POINTERS ExceptionInfo
|
_In_ PEXCEPTION_POINTERS ExceptionInfo
|
||||||
);
|
);
|
||||||
|
|
||||||
|
NTSYSAPI
|
||||||
|
LONG
|
||||||
|
NTAPI
|
||||||
|
RtlUnhandledExceptionFilter2(
|
||||||
|
_In_ PEXCEPTION_POINTERS ExceptionInfo,
|
||||||
|
_In_ PCSTR Function
|
||||||
|
);
|
||||||
|
|
||||||
__analysis_noreturn
|
__analysis_noreturn
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
VOID
|
VOID
|
||||||
|
Reference in New Issue
Block a user