|
|||||
I/O Exception Object | |||||
Functions | Platforms |
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 functions that are part of the Japanese file I/O or UTF-16 external function libraries.
To use these functions, you must include the following code near the beginning of your program:
; name and location of the library file declare function-library "omioe" ; 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:
declare function-library "omioe" include "omioe.xin" declare function-library "omefio" include "omefio.xin"
Functions get-exception-status io-exception-text new-io-exception set-voluntary-end-exception |
Platforms HP/UX Solaris Win 95 Win NT |
---- |