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 >
Wrap
Text File
|
1993-11-18
|
3KB
|
60 lines
;
; /----------------------------------------------------------------------\
; | IBM Z Family Reusable Libraries/2 (5641-504) |
; |----------------------------------------------------------------------|
; | (C) Copyright International Business Machines Corporation 1993, 1994 |
; |----------------------------------------------------------------------|
; | DISCLAIMER OF WARRANTIES |
; | ------------------------ |
; | The following code is sample code created by IBM Corporation. |
; | Such a code is provided to you solely for the purpose of assisting |
; | you in the development of your applications. The code is provided |
; | "AS IS", without warranty of any kind. IBM shall not be liable for |
; | any damages arising out of your use of the following code, even if |
; | they have been advised of the possibility of such damages. | *
; \----------------------------------------------------------------------/
;
; Header : CTYINF.DEF
; Author : Valerio Tavazzi (TAVAZZI at ROMEPPC)
; Reviewer : Dario de Judicibus (DEJUDICI at ROMEPPC)
; Created : 13 Jul 1992
; Updated : 18 Nov 1993
; Version : 3.30
; Content : Module Definition File for FMZNLFUN.DLL Sample Program
;
NAME CTYINF WINDOWAPI
STUB 'OS2STUB.EXE'
DESCRIPTION 'ZNL Sample Program, Z Family/2 5641-504 (C) Copyright IBM Corporation 1993,1994.'
CODE PRELOAD MOVEABLE
DATA LOADONCALL MOVEABLE MULTIPLE READWRITE
HEAPSIZE 8192
STACKSIZE 8192
EXPORTS WndProc @1
NTLINFMsgProc @2
DTEFMTMsgProc @3
TMEFMTMsgProc @4
NUMFMTMsgProc @5
CURFMTMsgProc @6
IMPORTS FMZNLFUN.znlLibraryVersion
FMZNLFUN.znlSetLibraryName
FMZNLFUN.znlRegisterSignal
FMZNLFUN.znlGetCountryName
FMZNLFUN.znlGetCtryCodePage
FMZNLFUN.znlGetCtryID
FMZNLFUN.znlGetCtryMeasurement
FMZNLFUN.znlGetDateTime
FMZNLFUN.znlGetListSeparator
FMZNLFUN.znlGetMeasurementName
FMZNLFUN.znlISOCtryInfo
FMZNLFUN.znlInitCtryInfo
FMZNLFUN.znlMakeCtryDate
FMZNLFUN.znlMakeCtryNumber
FMZNLFUN.znlMakeCtryPrice
FMZNLFUN.znlMakeCtryTime
FMZNLFUN.znlMakeInnerDate
FMZNLFUN.znlMakeInnerNumber
FMZNLFUN.znlMakeInnerPrice
FMZNLFUN.znlMakeInnerTime