RTLP_UNHANDLED_EXCEPTION_FILTER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

//
// Runtime exception handling
//

typedef _Function_class_(RTLP_UNHANDLED_EXCEPTION_FILTER)
ULONG NTAPI RTLP_UNHANDLED_EXCEPTION_FILTER(
    _In_ PEXCEPTION_POINTERS ExceptionInfo
    );

#endif

View code on GitHub

No description available.