IBM OS/2 LAN Server REXX Utility DLL


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


DropLsRxutFuncs()


This function drop all functions in LSRXUT.DLL   
Syntax 

call DropLsRxutFuncs
  
Parameters 

none
  
Note 
The call to the function DropLsRxutFuncs can be initiated after any use of 
the LSRXUT.DLL functions.   
Example   

/************************************************/
Say 'Testing LSRXUT.DLL access'

call RxFuncAdd 'LoadLsRxutFuncs', 'LSRXUT', 'LoadLsRxutFuncs'
call LoadLsRxutFuncs

Say 'LoadLsRxutFuncs is complete.'

version = LsRxutVer()
say 'Version is ' version

call DropLsRxutFuncs

exit 0

  
Example output   

Testing LSRXUT.DLL access
LoadLsRxutFuncs is complete.
Version is  2.00.00


Inf-HTML End Run - Successful