home *** CD-ROM | disk | FTP | other *** search
- LIBRARY utsamp16 ; Library's module name
- DESCRIPTION 'Sample Win32s Universal Thunk Application'
- EXETYPE WINDOWS ; required for all Windows applications
- STUB 'WINSTUB.EXE' ; Generates error message if application
- ; is run without Windows
-
- ;CODE can be moved in memory and discarded/reloaded
- CODE PRELOAD MOVEABLE DISCARDABLE
-
- DATA PRELOAD MOVEABLE SHARED
-
- HEAPSIZE 1024
-
- ; Export all callback and externally available functions
- EXPORTS
- WEP @1 RESIDENTNAME
- UTINIT @2
- UTPROC @3
-
- IMPORTS
- USER.WNETGETUSER
-