home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d009_2 / 1.ddi / SAMPLES / TRAPS / CWTRAP.DE$ / CWTRAP.bin
Encoding:
Text File  |  1992-02-03  |  458 b   |  19 lines

  1. LIBRARY     CWTRAP
  2. DESCRIPTION 'Create Window Trap DLL  Copyright (c) 1990-1992 Microsoft Corp.'
  3. STUB        'WINSTUB.EXE'
  4. EXETYPE     WINDOWS
  5.  
  6. CODE        MOVEABLE PRELOAD
  7. DATA        MOVEABLE SINGLE
  8.  
  9. HEAPSIZE    1024
  10. STACKSIZE   8192
  11.  
  12. EXPORTS     
  13.             WEP             @1 RESIDENTNAME
  14.             CWTrap          @2
  15.             CWWndProcHook   @3
  16.             SetCWTitle      @4
  17.             GetCWTitle      @5
  18.             TriggerTrap     @6
  19.