天佐.崆峒印  tianzuo.Kongtong
异常崩溃分析 Exception crash analysis
Loading...
Searching...
No Matches
tianzuo.Kongtong.h File Reference

天佐.崆峒印(tianzuo.Kongtong) More...

#include <Windows.h>
Include dependency graph for tianzuo.Kongtong.h:

Go to the source code of this file.

Macros

#define tianzuo_Kongtong_lib   __declspec(dllimport)
 导出函数定义(define dllexport)
 

Typedefs

typedef int(* tianzuo_Kongtong_get_exception) (PEXCEPTION_POINTERS const pExceptPtrs, WORD const create_param, int const language)
 

Enumerations

enum  Kongtong_create { Kongtong_create_normal = 0x00000001 , Kongtong_create_nodump = 0x00000002 , Kongtong_create_nolog = 0x00000003 , Kongtong_create_none = 0x00000004 }
 

Functions

Kongtong_get_exception

获取异常信息 (Get exception information)

Parameters
[in]except_ptrs异常信息指针 (Exception message pointer)
[in]create_param生成方式 (generation type)
See also
Kongtong_create
Returns
int
Author
郑天佐
Date
2014-5-17
tianzuo_Kongtong_lib int Kongtong_get_exception (PEXCEPTION_POINTERS const except_ptrs, int const create_param, int const language=0)
 

Detailed Description

天佐.崆峒印(tianzuo.Kongtong)

Version
1.0.0.0
Author
郑天佐(zhengtianzuo)
Date
2014-5-17

Macro Definition Documentation

◆ tianzuo_Kongtong_lib

#define tianzuo_Kongtong_lib   __declspec(dllimport)

导出函数定义(define dllexport)

Typedef Documentation

◆ tianzuo_Kongtong_get_exception

typedef int(* tianzuo_Kongtong_get_exception) (PEXCEPTION_POINTERS const pExceptPtrs, WORD const create_param, int const language)

Enumeration Type Documentation

◆ Kongtong_create

Enumerator
Kongtong_create_normal 

创建minidmp和日志 (generate minidmp and logs)

Kongtong_create_nodump 

不创建minidmp (not generate minidmp)

Kongtong_create_nolog 

不创建logs (not generate logs)

Kongtong_create_none 

不创建minidmp和logs (not generate minidmp and logs)

Function Documentation

◆ Kongtong_get_exception()

tianzuo_Kongtong_lib int Kongtong_get_exception ( PEXCEPTION_POINTERS const  except_ptrs,
int const  create_param,
int const  language = 0 
)