home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / iwftech.zip / samples / PeterPAM / PETERPAM.DEF < prev    next >
Text File  |  1994-06-06  |  2KB  |  46 lines

  1. ;****************************************************************************
  2. ;*                                                                          *
  3. ;* PROGRAM NAME: PeterPAM                                                   *
  4. ;*                                                                          *
  5. ;* COPYRIGHT:                                                               *
  6. ;* ----------                                                               *
  7. ;* Copyright (C) International Business Machines Corp., 1991,1992,1993,1994 *
  8. ;*                                                                          *
  9. ;* DISCLAIMER OF WARRANTIES:                                                *
  10. ;* -------------------------                                                *
  11. ;* The following [enclosed] code is sample code created by IBM              *
  12. ;* Corporation.  This sample code is not part of any standard IBM product   *
  13. ;* and is provided to you solely for the purpose of assisting you in the    *
  14. ;* development of your applications.  The code is provided "AS IS",         *
  15. ;* without warranty of any kind.  IBM shall not be liable for any damages   *
  16. ;* arising out of your use of the sample code, even if they have been       *
  17. ;* advised of the possibility of such damages.                              *
  18. ;*                                                                          *
  19. ;* REVISION LEVEL: 2.1                                                      *
  20. ;* -------------------                                                      *
  21. ;*                                                                          *
  22. ;* This program illustrates the chaining of PAMs.                           *
  23. ;*                                                                          *
  24. ;****************************************************************************
  25.  
  26. LIBRARY PETERPAM INITINSTANCE TERMINSTANCE
  27.  
  28. CODE LOADONCALL
  29. DATA MULTIPLE NONSHARED
  30.  
  31. EXPORTS
  32.    WKFCOPYFILE
  33.    WKFCREATEPATH
  34.    WKFDEFAULTNAME
  35.    WKFDELETE
  36.    WKFQUERYCOPY
  37.    WKFQUERYFILES
  38.    WKFQUERYHAM
  39.    WKFQUERYPATHINFO
  40.    WKFQUERYRUNNABLE
  41.    WKFQUERYTITLE
  42.    WKFRUN
  43.    WKFSETTINGS
  44.    WKFSTOP
  45.    WKFWRITE
  46.