When a process invokes an imported procedure, the system compares several aspects of the import and export procedures to ensure that they match. The factors considered are discussed in the following pages under the following headings:
-
Matching Procedure Types
-
Matching Parameter Types
-
Matching Array Lower Bounds
-
Matching Parameter-Passing Mode
Similarly, when a process uses an imported data item, the system compares the data types of the exported data item and imported data item, as described under Matching Data Types later in this section.

