home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / docfile.ms / dll16.def next >
Encoding:
Text File  |  1996-04-11  |  592 b   |  27 lines

  1. ; -----------------------------------------------------------------------------
  2. ; dll16.def
  3. ;
  4. ; .DEF file for 16-bit sample message store
  5. ;
  6. ; Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
  7. ; -----------------------------------------------------------------------------
  8.  
  9.  
  10. LIBRARY     SMPMS
  11. DESCRIPTION 'MAPI 1.0 Sample Message Store'
  12.  
  13. CODE        MOVABLE DISCARDABLE
  14. DATA        PRELOAD MOVABLE SINGLE
  15.  
  16. SEGMENTS    'WEP_TEXT'  FIXED PRELOAD
  17.  
  18. EXPORTS
  19.  
  20.  
  21.     WEP     @1  RESIDENTNAME
  22.  
  23.  
  24.     MSProviderInit          = _MSProviderInit
  25.     SMSServiceEntry
  26.  
  27.