home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / SREC / PENAPP.DE_ / PENAPP.DE
Encoding:
Text File  |  1993-02-08  |  447 b   |  26 lines

  1. NAME        PENAPP
  2.  
  3. DESCRIPTION    'Microsoft Sample Recognizer App: Version 1.0'
  4. EXETYPE        WINDOWS
  5. PROTMODE
  6. STUB        'WINSTUB.EXE'
  7.  
  8. CODE         MOVEABLE DISCARDABLE LOADONCALL PURE
  9. DATA         PRELOAD MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE    3072
  12.  
  13. SEGMENTS
  14.     _TEXT    PRELOAD
  15.  
  16. EXPORTS
  17.     MainWndProc        @1
  18.     InputWndProc        @2    
  19.     InfoWndProc        @3
  20.     RawWndProc        @4    
  21.  
  22. IMPORTS
  23.     ; can be removed when compiling with Windows 3.1 libraries
  24. ;;;    GetMessageExtraInfo    = USER.288    
  25.  
  26.