home *** CD-ROM | disk | FTP | other *** search
- ;///////////////////////////////////////////////////////////////////////////////
- ;//
- ;// File Name
- ;// XPWDSR32.DEF
- ;//
- ;// Description
- ;// Definition file for the XPWDSR32.DLL library. Here we list (by name)
- ;// the exported function in the DLL
- ;//
- ;// Author
- ;// Irving De la Cruz
- ;//
- ;// Revision: 1.7
- ;//
- ;// Written for Microsoft Windows Developer Support
- ;// Copyright (c) 1995-1996 Microsoft Corporation. All rights reserved.
- ;//
- LIBRARY XPWDSR32
- DESCRIPTION 'MAPI 1.0 Sample Remote Transport Provider DLL'
-
- EXPORTS
- XPProviderInit @2
- WizardEntry @3
- ServiceEntry @40
-
- ;// End of file for XPWDSR32.DEF
-