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 / remote.xp / xpwdsr32.def < prev    next >
Encoding:
Text File  |  1997-10-10  |  729 b   |  27 lines

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;//  File Name 
  4. ;//      XPWDSR32.DEF
  5. ;//
  6. ;//  Description
  7. ;//      Definition file for the XPWDSR32.DLL library. Here we list (by name)
  8. ;//      the exported function in the DLL
  9. ;//
  10. ;//  Author
  11. ;//      Irving De la Cruz
  12. ;//
  13. ;//  Revision: 1.7
  14. ;//
  15. ;// Written for Microsoft Windows Developer Support
  16. ;// Copyright (c) 1995-1996 Microsoft Corporation. All rights reserved.
  17. ;//
  18. LIBRARY         XPWDSR32
  19. DESCRIPTION     'MAPI 1.0 Sample Remote Transport Provider DLL'
  20.  
  21. EXPORTS
  22.     XPProviderInit               @2
  23.     WizardEntry                  @3
  24.     ServiceEntry                 @40
  25.  
  26. ;// End of file for XPWDSR32.DEF
  27.