VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
miniDumper.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #ifdef WIN32
12 
13 #include "vrfutil/vrfutilDefines.h"
14 
15 #if _MSC_VER < 1300
16 #define DECLSPEC_DEPRECATED
17 
18 #include "M:\\dev7\\vs\\devtools\\common\\win32sdk\\include\\dbghelp.h"
19 #else
20 
21 #include "dbghelp.h"
22 #endif
23 
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
29  );
30 
31 class DT_DLL_vrfutil DtMiniDumper
32 {
33 private:
34  static char * m_szAppName;
35 
36  static LONG WINAPI TopLevelFilter( struct _EXCEPTION_POINTERS *pExceptionInfo );
37 
38 public:
39  DtMiniDumper( const char * szAppName );
40 };
41 
42 #endif //WIN32

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)