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

  1. NAME         TTY
  2. EXETYPE      WINDOWS
  3. DESCRIPTION  'Windows TTY Sample Application (c) 1991 Microsoft Corporation'
  4. STUB         'winstub.exe'
  5.  
  6. CODE         PRELOAD MOVEABLE DISCARDABLE
  7. DATA         PRELOAD MULTIPLE MOVEABLE
  8.  
  9. HEAPSIZE     4096
  10.  
  11. EXPORTS
  12.    TTYWndProc         @1
  13.    AboutDlgProc       @2
  14.    SettingsDlgProc    @3
  15.  
  16.