home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / mapi / win16 / dev / sample.ab / dll16.def < prev    next >
Encoding:
Text File  |  1995-07-11  |  704 b   |  69 lines

  1.  
  2. ; -----------------------------------------------------------------------------
  3. ; $(MAPI)\src\sample.ab\smpab.des
  4. ;
  5. ; Preprocessor source for Sample AB .def file
  6. ;
  7. ; Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
  8. ; -----------------------------------------------------------------------------
  9.  
  10. ; Macros
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. LIBRARY     SMPAB
  44. DESCRIPTION 'MAPI 1.0 Sample Address Book'
  45.  
  46. CODE        MOVABLE DISCARDABLE
  47. DATA        PRELOAD MOVABLE SINGLE
  48.  
  49. SEGMENTS    'WEP_TEXT'  FIXED PRELOAD
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. EXPORTS
  61.  
  62.  
  63.     WEP     @1  RESIDENTNAME
  64.  
  65.  
  66.     ABProviderInit          = _ABProviderInit
  67.     ServiceEntry
  68.  
  69.