source: trunk/src/kernel32/oslibexcept.h@ 6666

Last change on this file since 6666 was 4224, checked in by sandervl, 25 years ago

exception changes, implemented enumresourcelanguages + put back some old code

File size: 771 bytes
Line 
1/* $Id: oslibexcept.h,v 1.2 2000-09-08 18:07:50 sandervl Exp $ */
2/*
3 * Exception handler util. procedures
4 *
5 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
6 *
7 */
8#ifndef __OSLIBEXCEPT_H__
9#define __OSLIBEXCEPT_H__
10
11//******************************************************************************
12//Dispatches OS/2 exception to win32 handler
13//Returns: TRUE, win32 exception handler returned continue execution
14// FALSE, otherwise
15//******************************************************************************
16BOOL APIENTRY OSLibDispatchException(PEXCEPTIONREPORTRECORD pReportRec,
17 PEXCEPTIONREGISTRATIONRECORD pRegistrationRec,
18 PCONTEXTRECORD pContextRec, PVOID p);
19
20#endif
Note: See TracBrowser for help on using the repository browser.