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 / flatfile.ab / dll16.def < prev    next >
Encoding:
Text File  |  1996-04-11  |  587 b   |  28 lines

  1. ; ----------------------------------------------------------------------------
  2. ; dll16.def
  3. ;
  4. ; .DEF file for 16-bit sample address book
  5. ;
  6. ; Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
  7. ; ----------------------------------------------------------------------------
  8.  
  9.  
  10. LIBRARY     SMPAB
  11. DESCRIPTION 'MAPI 1.0 Sample Address Book'
  12.  
  13. CODE        MOVABLE DISCARDABLE
  14. DATA        PRELOAD MOVABLE SINGLE
  15.  
  16. SEGMENTS    'WEP_TEXT'  FIXED PRELOAD
  17.  
  18.  
  19. EXPORTS
  20.  
  21.  
  22.     WEP     @1  RESIDENTNAME
  23.  
  24.  
  25.     ABProviderInit          = _ABProviderInit
  26.     ServiceEntry
  27.  
  28.