#ifndef _NTRTL_H // Runtime exception handling typedef ULONG (NTAPI *PRTLP_UNHANDLED_EXCEPTION_FILTER)( _In_ PEXCEPTION_POINTERS ExceptionInfo ); #endif View code on GitHub
No description available.