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 / peer.xp / dll16.def next >
Text File  |  1996-04-11  |  887b  |  71 lines

  1.  
  2. ; -----------------------------------------------------------------------------
  3. ; $(MAPI)\src\sample.xp\smpxp.des
  4. ;
  5. ; Preprocessor source for Sample XP .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     SMPXP
  44. DESCRIPTION 'MAPI 1.0 Sample TNEF Transport Provider DLL'
  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.     XPProviderInit          = _XPProviderInit   @2
  67.     ScOptionDataCallBack    = _ScOptionDataCallBack @3
  68.     PreprocessMessage = _PreprocessMessage
  69.     RemovePreprocessInfo = _RemovePreprocessInfo
  70.     ServiceEntry
  71.     WizardEntry