The syntax for specifying that requests to import a function from your
DLL should be forwarded to another DLL
is This says that if somebody tries to call Dial() from
A.DLL,
they are really calling Call() in B.DLL.
This forwarding is done in the loader.
Normally,
when a client links to the function
A!Dial,
the loader says,
"Okay, let me ...