VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrvMiniDumper.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 
9 #include <vlutil/vlMiniDumper.h>
10 #include <vrvUtil/vrvUtil.h>
11 
12 #ifdef WIN32
13 #include <vlutil/vlMutex.h>
14 class DT_DLL_VRVUTIL DtVrvMiniDumper : public DtMiniDumper
15 {
16 public:
17 
18  DtVrvMiniDumper( const char* szAppName, bool promptUser = true );
19 
20 protected:
21 
23  static LONG WINAPI VrvTopLevelFilter( struct _EXCEPTION_POINTERS* pExceptionInfo );
24 
25  static bool isPdbInCurrentWorkinDirectory( const std::string& module );
26 
27  static DtMutex theMutex;
28 };
29 
30 #endif //WIN32
#define DT_DLL_VRVUTIL
Definition: vrvUtil.h:34
Contains DLL export macros.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)