home *** CD-ROM | disk | FTP | other *** search
- ;
- ; DDE.DEF -- Module Definition File
- ; Copyright 1987-1991, Authorware, Inc.
- ;
- ; Revision History
- ;
- ; 7/25/91 - Initial version
-
- LIBRARY APWDDEUCD
-
- DESCRIPTION 'User Code - Copyright 1987-1991, Authorware, Inc.'
-
- EXETYPE WINDOWS
-
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD SINGLE
-
- EXPORTS
- WEP @1 RESIDENTNAME
- DDEProc
- DDEInitialize
- DDETerminate
- DDERequestString
- DDEDataString
- DDEExecuteString
-