IMPORTS statement

IMPORTS statement

Statement used in a module definition file to denote functions that will be imported from a dynamic link library. Required for any application that uses a DLL, unless an import library containing information on the DLL functions is specified at link-edit time.


[Back: import library]
[Next: Information Presentation Facility]