home *** CD-ROM | disk | FTP | other *** search
-
- NAME maskblt
-
- DESCRIPTION 'Windows Sample'
-
- EXETYPE WINDOWS
-
- STUB 'WINSTUB.EXE'
-
- ;CODE can be moved in memory and discarded/reloaded
- CODE PRELOAD MOVEABLE DISCARDABLE
-
- ;DATA must be MULTIPLE if program can be invoked more than once
- DATA PRELOAD MOVEABLE MULTIPLE
-
-
- HEAPSIZE 1024
- STACKSIZE 5120
-
-
-
- EXPORTS
- MainWndProc @1 ; name of window processing function
- DlgProc @2
-