home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / utility / os2 / clock / except.h < prev    next >
Text File  |  1995-01-27  |  664b  |  19 lines

  1. /****************************************************************** EXCEPT.H
  2.  *                                                                         *
  3.  *                            Exception Handler                            *
  4.  *                                                                         *
  5.  ***************************************************************************/
  6.  
  7. #ifndef EXCEPT_H
  8. #define EXCEPT_H
  9.  
  10. extern ULONG APIENTRY ExceptionHandler
  11. (
  12.   PEXCEPTIONREPORTRECORD pExceptionReportRecord,
  13.   PEXCEPTIONREGISTRATIONRECORD pExceptionRegistrationRecord,
  14.   PCONTEXTRECORD pContextRecord,
  15.   PVOID pDispatcherContext
  16. ) ;
  17.  
  18. #endif
  19.