#ifndef _NTRTL_H // // Windows Error Reporting // NTSYSAPI NTSTATUS NTAPI RtlReportException( _In_ PEXCEPTION_RECORD ExceptionRecord, _In_ PCONTEXT ContextRecord, _In_ ULONG Flags ); #endif View code on GitHub
No description available.