project BLF > class Persistence (other) > method DoLoadDLL

Description

LoadDLL


Parameters


ihClassinputhandleClass
icDLLnameinputcharacterDLL
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method other.MainBlock


program code (program1/other.p)

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.