home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / INCLUDE / PMLSREQ.H < prev    next >
C/C++ Source or Header  |  1990-04-05  |  577b  |  27 lines

  1. /*
  2.     pmlsreq.h
  3.  
  4.     % Pmap load/save request structure.
  5.  
  6.     5/02/89  by Ted.
  7.  
  8.     OWL 1.2
  9.     Copyright (c) 1989 by Oakland Group, Inc.
  10.     ALL RIGHTS RESERVED.
  11.  
  12.     Revision History:
  13.     -----------------
  14. */
  15.  
  16. #include "frwdecl.h"    /* for frw struct definition and file i/o includes */
  17.  
  18. typedef struct _pmaplsreq {
  19.     struct frw_struct frw;    /* Generic file read/write interface structure */
  20.     pmap_type            pmap;
  21.     ocolmap_type       crange;
  22. } pmaplsreq_struct;
  23.  
  24. OEXTERN pmapioreq_fptr pmapioreq;
  25. /* -------------------------------------------------------------------------- */
  26.  
  27.