home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZISFUNCS / SAMPLE / CHKFUN.DEF < prev    next >
Text File  |  1993-11-17  |  2KB  |  50 lines

  1. ;
  2. ; /----------------------------------------------------------------------\
  3. ; |             IBM Z Family Reusable Libraries/2 (5641-504)             |
  4. ; |----------------------------------------------------------------------|
  5. ; | (C) Copyright International Business Machines Corporation 1993, 1994 |
  6. ; |----------------------------------------------------------------------|
  7. ; |                       DISCLAIMER OF WARRANTIES                       |
  8. ; |                       ------------------------                       |
  9. ; | The following code is sample code created by IBM Corporation.        |
  10. ; | Such a code is provided to you solely for the purpose of assisting   |
  11. ; | you in the development of your applications. The code is provided    |
  12. ; | "AS IS", without warranty of any kind.  IBM shall not be liable for  |
  13. ; | any damages arising out of your use of the following code, even if   |
  14. ; | they have been advised of the possibility of such damages.           |                                                                         *
  15. ; \----------------------------------------------------------------------/
  16. ;
  17. ;  Header   : CHKFUN.DEF
  18. ;  Author   : Alessandro Cavallini (CAVALLI at ROMEPPC)
  19. ;             Pino Venturella (VENTUREL at ROMEPPC)
  20. ;  Reviewer : Dario de Judicibus (DEJUDICI at ROMEPPC)
  21. ;  Created  : 08 Jul 1992
  22. ;  Updated  : 17 Nov 1993
  23. ;  Version  : 3.20
  24. ;  Content  : Module definition file for sample program
  25. ;
  26. NAME            CHKFUN WINDOWAPI
  27. DESCRIPTION     'ZIS Sample Program, Z Family/2 5641-504 (C) Copyright IBM Corporation 1993,1994.'
  28. STUB            'OS2STUB.EXE'
  29. CODE            PRELOAD MOVEABLE
  30. DATA            LOADONCALL MOVEABLE MULTIPLE READWRITE
  31. HEAPSIZE        32768
  32. STACKSIZE       32768
  33. EXPORTS         WndProc                @1
  34.                 TSTFUNMsgProc          @2
  35. IMPORTS
  36.                 FMZISFUN.zisLibraryVersion
  37.                 FMZISFUN.zisSetLibraryName
  38.                 FMZISFUN.zisAnyIntString
  39.                 FMZISFUN.zisAnyNatString
  40.                 FMZISFUN.zisAnyRealString
  41.                 FMZISFUN.zisIntString
  42.                 FMZISFUN.zisNatString
  43.                 FMZISFUN.zisRealString
  44.                 FMZISFUN.zisSciRealString
  45.                 FMZISFUN.zisExpRealString
  46.                 FMZISFUN.zisThsIntString
  47.                 FMZISFUN.zisThsNatString
  48.                 FMZISFUN.zisThsRealString
  49.  
  50.