DumpException.h 280 B

123456789101112131415161718
  1. #ifndef DUMPEXCEPTION_H
  2. #define DUMPEXCEPTION_H
  3. #pragma once
  4. #include "config.h"
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. TOOLKIT_API int DumpExceptionInfo(PEXCEPTION_POINTERS pExceptPtrs, HANDLE hLogFile);
  9. #ifdef __cplusplus
  10. } // extern "C" {
  11. #endif
  12. #endif // DUMPEXCEPTION_H