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 / manager.sh / smh32.def < prev    next >
Encoding:
Text File  |  1997-10-04  |  434 b   |  14 lines

  1. ; -----------------------------------------------------------------------------
  2. ; $(MAPI)\src\sample.sh\dll32.def
  3. ;
  4. ; Copyright (C) 1993 Microsoft Corporation
  5. ; -----------------------------------------------------------------------------
  6.  
  7. LIBRARY SMH32
  8. DESCRIPTION 'MAPI 1.0 Sent Mail Filtering Hook Provider DLL'
  9.  
  10. EXPORTS
  11.     HPProviderInit = SMH_Init
  12.     ServiceEntry = SMH_ServiceEntry
  13.     WizardEntry = SMH_WizEntry
  14.