NAME PENAPP DESCRIPTION 'Microsoft Sample Recognizer App: Version 1.0' EXETYPE WINDOWS PROTMODE STUB 'WINSTUB.EXE' CODE MOVEABLE DISCARDABLE LOADONCALL PURE DATA PRELOAD MOVEABLE MULTIPLE HEAPSIZE 3072 STACKSIZE 8096 SEGMENTS _TEXT PRELOAD EXPORTS MainWndProc @1 InputWndProc @2 InfoWndProc @3 RawWndProc @4 IMPORTS ; can be removed when compiling with Windows 3.1 libraries ;;; GetMessageExtraInfo = USER.288