home *** CD-ROM | disk | FTP | other *** search
- ShowModule v0.1 (c) 1992 $#%!
- now showing: "emodules:exec/resident.m"
- NOTE: don't use this output in your code, use the module instead.
-
- (---) OBJECT rt
- ( 0) matchword:INT
- ( 2) matchtag:LONG
- ( 6) endskip:LONG
- ( 10) flags:CHAR
- ( 11) version:CHAR
- ( 12) type:CHAR
- ( 13) pri:CHAR
- ( 14) name:LONG
- ( 18) idstring:LONG
- ( 22) init:LONG
- (---) ENDOBJECT /* SIZEOF=26 */
-
- CONST RTC_MATCHWORD=$4AFC,
- RTF_COLDSTART=1,
- RTF_SINGLETASK=2,
- RTF_AFTERDOS=4,
- RTF_AUTOINIT=$80,
- RTW_NEVER=0,
- RTW_COLDSTART=1
-
-