MAINSAIL Language Manual, Section 38.12

previous   next   top   contents   index   framed top   this page unframed


38.12. $intmodInfo

Figure 38–8. $intmodInfo
BOOLEAN
PROCEDURE   $intmodInfo (STRING cmdLine;
                         
PRODUCES POINTER($moduleRec)
                             
modList;
                         
OPTIONAL BITS ctrlBits);

$intmodInfo is analogous to $moduleInfo (see Section 41.17), except that it works on intmods or intmod libraries instead of objmods or objmod libraries, and cmdLine has the form of arguments to INTLIB's DIRECTORY command instead of MODLIB's. See the description of $moduleInfo for more details.

The $legalNoticeStr bit is never set in $moduleRec.$cmpBits for an intmod.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 38.12