| ihClass | input | handle | Class |
| icDLLname | input | character | DLL |
| oiReturnStatus | output | integer | Return status of the method. |
BLF
run LoadDLL in {&TARGETPROCEDURE}
(input icDLLname,
output oiReturnStatus).
if oiReturnStatus <> 0
then do:
<M-1 run SqlErrorMessage (input ihClass (ihClass),
output viFcReturnSuper (oiReturnStatus)) in other>
end.