home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
CSAPE32.ARJ
/
INCLUDE
/
PMLSREQ.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-04-05
|
577b
|
27 lines
/*
pmlsreq.h
% Pmap load/save request structure.
5/02/89 by Ted.
OWL 1.2
Copyright (c) 1989 by Oakland Group, Inc.
ALL RIGHTS RESERVED.
Revision History:
-----------------
*/
#include "frwdecl.h" /* for frw struct definition and file i/o includes */
typedef struct _pmaplsreq {
struct frw_struct frw; /* Generic file read/write interface structure */
pmap_type pmap;
ocolmap_type crange;
} pmaplsreq_struct;
OEXTERN pmapioreq_fptr pmapioreq;
/* -------------------------------------------------------------------------- */