|
|||||
|
|||
Functions | Platforms | ||
I/O exception support (OMIOE) |
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 io-exception-text new-io-exception set-voluntary-end-exception |
Platforms HP/UX IBM AIX Linux (Intel) MS Windows 98/ME MS Windows NT/2000/XP Sun Solaris |