home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZNLFUNCS / SAMPLE / CTYINF.DEF < prev    next >
Text File  |  1993-11-18  |  3KB  |  60 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   : CTYINF.DEF
  18. ;   Author   : Valerio Tavazzi (TAVAZZI at ROMEPPC)
  19. ;   Reviewer : Dario de Judicibus (DEJUDICI at ROMEPPC)
  20. ;   Created  : 13 Jul 1992
  21. ;   Updated  : 18 Nov 1993
  22. ;   Version  : 3.30
  23. ;   Content  : Module Definition File for FMZNLFUN.DLL Sample Program
  24. ;
  25. NAME            CTYINF WINDOWAPI
  26. STUB            'OS2STUB.EXE'
  27. DESCRIPTION     'ZNL Sample Program, Z Family/2 5641-504 (C) Copyright IBM Corporation 1993,1994.'
  28. CODE            PRELOAD MOVEABLE
  29. DATA            LOADONCALL MOVEABLE MULTIPLE READWRITE
  30. HEAPSIZE        8192
  31. STACKSIZE       8192
  32. EXPORTS         WndProc                @1
  33.                 NTLINFMsgProc          @2
  34.                 DTEFMTMsgProc          @3
  35.                 TMEFMTMsgProc          @4
  36.                 NUMFMTMsgProc          @5
  37.                 CURFMTMsgProc          @6
  38.  
  39. IMPORTS         FMZNLFUN.znlLibraryVersion
  40.                 FMZNLFUN.znlSetLibraryName
  41.                 FMZNLFUN.znlRegisterSignal
  42.                 FMZNLFUN.znlGetCountryName
  43.                 FMZNLFUN.znlGetCtryCodePage
  44.                 FMZNLFUN.znlGetCtryID
  45.                 FMZNLFUN.znlGetCtryMeasurement
  46.                 FMZNLFUN.znlGetDateTime
  47.                 FMZNLFUN.znlGetListSeparator
  48.                 FMZNLFUN.znlGetMeasurementName
  49.                 FMZNLFUN.znlISOCtryInfo
  50.                 FMZNLFUN.znlInitCtryInfo
  51.                 FMZNLFUN.znlMakeCtryDate
  52.                 FMZNLFUN.znlMakeCtryNumber
  53.                 FMZNLFUN.znlMakeCtryPrice
  54.                 FMZNLFUN.znlMakeCtryTime
  55.                 FMZNLFUN.znlMakeInnerDate
  56.                 FMZNLFUN.znlMakeInnerNumber
  57.                 FMZNLFUN.znlMakeInnerPrice
  58.                 FMZNLFUN.znlMakeInnerTime
  59.  
  60.