home *** CD-ROM | disk | FTP | other *** search
- // ---------------------------------------------------------------------
- // Header file for MAPDEBUG
- // ---------------------------------------------------------------------
-
-
- // ----------------------------------------------------------------------
- // Debugging map entry definition
- // ----------------------------------------------------------------------
-
- typedef struct {
- UINT SymbAddr;
- char Routine[32];
- char Module[16];
- } DEBUGMAP, * PDEBUGMAP;
-
- // ---------------------------------------------------------------------
- // Function prototypes
- // ---------------------------------------------------------------------
-
- BOOL OpenDebug( VOID );
- int HandleException( DWORD ExceptionCode, PEXCEPTION_RECORD ExceptionInfo );
- BOOL CloseDebug( VOID );