home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
177.lha
/
DRes_v1.3
/
src
/
oldfile.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-04-28
|
319 b
|
25 lines
/*
* FILE.H
*
* Message Passing structure.
*/
#define RMSG struct _RMSG
RMSG {
MSG Mesg; /* exec message */
long Arg1;
long Arg2;
long Arg3;
long Arg4;
long Res1;
};
#define RACT_GETRES 1 /* (name,type,nmlen,tylen) */
#define RACT_
extern PORT ResPort;