home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
winutil
/
adg_4_6
/
meter.def
< prev
next >
Wrap
Text File
|
1991-02-21
|
693b
|
23 lines
; Module name: Meter.DEF
; Programmer : Jeffrey M. Richter
LIBRARY METER
DESCRIPTION 'Meter Custom Control Library'
EXETYPE WINDOWS
STUB 'WinStub.Exe'
;The code segment is marked as PRELOAD FIXED NONDISCARDABLE because this
;module is used by the Setup Application presented in Chapter 8.
;In a DLL, Windows allows code segments to be discarded if FIXED is
;not specified. This is why FIXED appears below.
CODE PRELOAD FIXED NONDISCARDABLE
DATA MOVEABLE PRELOAD SINGLE
HEAPSIZE 1024
EXPORTS
WEP @1 RESIDENTNAME
MeterInfo @2
MeterStyle @3
MeterFlags @4
MeterWndFn @5
MeterDlgFn @6