home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Encyclopedia 96-1
/
novell-nsepro-1996-1-cd2.iso
/
download
/
netware
/
ipxrcv.exe
/
IPXREC.DEF
< prev
next >
Wrap
Text File
|
1995-06-06
|
1KB
|
45 lines
;
; The following source code is provided to aid in the development of
; NetWare (TM) compatible products and is provided "AS IS" AND WITHOUT
; ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION ANY
; IMPLIED WARRANTIES OF MERCHANTABILITY, TITLE AND FITNESS FOR A
; PARTICULAR PURPOSE. Some states do not allow limitations on how long
; an implied warranty lasts, so the above limitation may not apply to
; You. This warranty gives you specific legal rights which vary from
; state to state. Some states do not allow the exclusion or limitation
; of incidental or consequential damages, so the above limitation or
; exclusion may not apply to You.
;
NAME Fonestat ; application's module name
DESCRIPTION 'Sample Windows IPX Application'
EXETYPE WINDOWS ; required for all Windows applications
STUB 'WINSTUB.EXE' ; Generates error message if application
; is run without Windows
CODE PRELOAD FIXED
;DATA must be MULTIPLE if program can be invoked more than once
;However, since the ESR must load DGROUP, the program can only be
;invoked once.
DATA PRELOAD FIXED SINGLE
HEAPSIZE 9728 ; 4096 = recommended minimum for Windows apps
STACKSIZE 15360 ; 8192 = recommended minimum for Windows applications
; All functions that will be called by any Windows routine
; MUST be exported.
IMPORTS
EXPORTS
MainWndProc @1001 ; name of window processing function