天佐.崆峒印  tianzuo.Kongtong
异常崩溃分析 Exception crash analysis
Loading...
Searching...
No Matches
tianzuo.Kongtong.h
Go to the documentation of this file.
1
8#pragma once
9#include <Windows.h>
10
12#ifdef tianzuo_Kongtong_dllexport
13#define tianzuo_Kongtong_lib __declspec(dllexport)
14#else
15#define tianzuo_Kongtong_lib __declspec(dllimport)
16typedef int (*tianzuo_Kongtong_get_exception)(PEXCEPTION_POINTERS const pExceptPtrs, WORD const create_param, int const language);
17#endif
18
26
37extern "C" tianzuo_Kongtong_lib int Kongtong_get_exception(PEXCEPTION_POINTERS const except_ptrs, int const create_param, int const language = 0);
38
39#undef tianzuo_Kongtong_lib
int(* tianzuo_Kongtong_get_exception)(PEXCEPTION_POINTERS const pExceptPtrs, WORD const create_param, int const language)
Definition tianzuo.Kongtong.h:16
Kongtong_create
Definition tianzuo.Kongtong.h:20
@ Kongtong_create_nodump
不创建minidmp (not generate minidmp)
Definition tianzuo.Kongtong.h:22
@ Kongtong_create_nolog
不创建logs (not generate logs)
Definition tianzuo.Kongtong.h:23
@ Kongtong_create_normal
创建minidmp和日志 (generate minidmp and logs)
Definition tianzuo.Kongtong.h:21
@ Kongtong_create_none
不创建minidmp和logs (not generate minidmp and logs)
Definition tianzuo.Kongtong.h:24
tianzuo_Kongtong_lib int Kongtong_get_exception(PEXCEPTION_POINTERS const except_ptrs, int const create_param, int const language=0)
#define tianzuo_Kongtong_lib
导出函数定义(define dllexport)
Definition tianzuo.Kongtong.h:15