home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / LNVREM.ZIP / LNREMSRC.EXE / LNUIUTIL.DEF < prev    next >
Text File  |  1993-09-17  |  2KB  |  43 lines

  1. ;**********************************************************
  2. ;*                                                        *
  3. ;* COPYRIGHT:  (c) Copyright International Business       *
  4. ;*             Machines Corporation 1992                  *
  5. ;*                                                        *
  6. ;* NOTICE:  This program is supplied as an example only.  *
  7. ;*          It does not contain error checking logic.     *
  8. ;*          No guarantees of any kind, either explicit    *
  9. ;*          or implicit, apply to this program.           *
  10. ;*                                                        *
  11. ;* FILE:                                                  *
  12. ;*  LNUIUTIL.DEF                                          *
  13. ;*                                                        *
  14. ;* VERSION:                                               *
  15. ;*  2.0                                                   *
  16. ;*                                                        *
  17. ;* DESCRIPTION:                                           *
  18. ;*  Module definition file for LNUIUTIL.DLL               *
  19. ;*                                                        *
  20. ;* AUTHOR:                                                *
  21. ;*  C.R. McKelley                                         *
  22. ;*                                                        *
  23. ;* CHANGE HISTORY:                                        *
  24. ;*  1.0 08/22/93 CRM Original                             *
  25. ;*                                                        *
  26. ;**********************************************************
  27.  
  28. LIBRARY LNUIUTIL
  29.  
  30. DESCRIPTION 'User Interface Utilities'
  31.  
  32. PROTMODE
  33. CODE LOADONCALL
  34. DATA MULTIPLE
  35. EXPORTS
  36.  
  37. ; --------------------------+
  38. ; Program Entry Point       |
  39. ; --------------------------+
  40.  
  41.    GetNetIDSysID
  42.    GetCmdString
  43.