swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
Functions       Platforms  
  omioe - I/O exception support    

This external function library allows you to create and manipulate an "io-exception" opaque object. You must include this library in your programs if you use any of the "exceptions-to" optional arguments in the Encoded File I/O library.

To use these functions, you must include the following code near the beginning of your program:

  ; Exception Object function and constant declarations
  include "omioe.xin"

The OmniMark encoded file I/O library (omefio) depends on the OmniMark I/O exception object library (omioe). This means that omioe must be included in the program before omefio, as shown:

  include "omioe.xin"
  include "omefio.xin"

Functions
   get-exception-status
   io-exception-text
   new-io-exception
   set-voluntary-end-exception
 
Platforms
   HP/UX
   IBM AIX
   Linux (Intel)
   MS Windows 95/98
   MS Windows NT
   SGI IRIX
   Sun Solaris
 
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ OMX ] [ ERRORS ]

Generated: August 11, 2000 at 3:08:25 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.