16 #define DECLSPEC_DEPRECATED
17 #include "M:\\dev7\\vs\\devtools\\common\\win32sdk\\include\\dbghelp.h"
25 typedef BOOL (WINAPI *MINIDUMPWRITEDUMP)(HANDLE hProcess,
DWORD dwPid, HANDLE hFile, MINIDUMP_TYPE DumpType,
26 CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam,
27 CONST PMINIDUMP_USER_STREAM_INFORMATION UserStreamParam,
28 CONST PMINIDUMP_CALLBACK_INFORMATION CallbackParam
34 static char * m_szAppName;
36 static LONG WINAPI TopLevelFilter(
struct _EXCEPTION_POINTERS *pExceptionInfo );
40 DtMiniDumper(
const char * szAppName);
45 static void setPromptUser(
bool shouldPrompt) { thePromptUser = shouldPrompt; }
49 static bool thePromptUser;
unsigned long DWORD
Definition: bdiQPropTreeItem.h:30
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34