3.6 Communicating with Other NLMs

A loaded NLM can call any function in any NLM that exports symbols. To use a function exported by another NLM, the current NLM must include an IMPORT statement in its directive file. In addition, the NLM that contains the function must include an EXPORT statement in its directive file. For a discussion of directive files, see Specifying a Linker Definition File.