
7.10 The C structure
load_mode
Datatype
- Specification:
-
datatype load_mode = IMMEDIATE_LOAD | DEFERRED_LOAD
- Description:
- When foreign code is loaded, the dynamic linking of that code may occur immediately (at load time) or later (at call time). These options are reflected here by:
IMMEDIATE_LOAD- Link foreign code immediately.
DEFERRED_LOAD- Link foreign code at first call to the library.
MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker