Problem:
Question is whether the same procedure pointer data item can be used to load multiple .DLLs simultaneously without a problem.
Resolution:
Yes, a procedure-pointer item can be used multiple times in order to load a new .DLL. The exception is if the procedure-pointer points to an entry point directly and that procedure-pointer is referenced directly within a CALL statement.
Old KB# 1538
