home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bc3.zip / DPMIERR.H < prev    next >
Text File  |  1992-02-07  |  322b  |  11 lines

  1. // (c) Copyright 1992, Qualitas, Inc. All Rights Reserved
  2. //
  3. // dpmierr.h - error codes for DPMIhost class
  4. //
  5. // The error code definitions are limited to essentially success and failure,
  6. // since not all hosts support the DPMI 1.0 error return set.
  7. //
  8. typedef enum DPMIerrorCode {
  9.     DPMIok,
  10.     DPMInotOk
  11. } DPMIerr;