home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / hooks / journal / app.def < prev    next >
Encoding:
Text File  |  1988-02-22  |  391 b   |  22 lines

  1. NAME    APP
  2.  
  3. DESCRIPTION 'Fundamental Microsoft Windows Application'
  4.  
  5. STUB    'WINSTUB.EXE'
  6.  
  7. CODE    MOVEABLE
  8. DATA    MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE  128
  11. STACKSIZE 4096
  12.  
  13. EXPORTS
  14.     WndProc      @1
  15.     About        @2
  16.  
  17. IMPORTS
  18.     StartRecord = JOURNAL.StartRecord
  19.     StopRecord  = JOURNAL.StopRecord
  20.     StartPlay   = JOURNAL.StartPlay
  21.     StopPlay    = JOURNAL.StopPlay
  22.