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

  1.  
  2. ; -----------------------------------------------------------------------------
  3. ; $(MAPI)\src\sample.ms\smpms.des
  4. ;
  5. ; Preprocessor source for Sample MS .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     SMPMS
  44. DESCRIPTION 'MAPI 1.0 Sample Message Store'
  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.     MSProviderInit          = _MSProviderInit
  67.     SMSServiceEntry
  68.  
  69.