home *** CD-ROM | disk | FTP | other *** search
-
- ; -----------------------------------------------------------------------------
- ; $(MAPI)\src\sample.xp\smpxp.des
- ;
- ; Preprocessor source for Sample XP .def file
- ;
- ; Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
- ; -----------------------------------------------------------------------------
-
- ; Macros
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LIBRARY SMPXP
- DESCRIPTION 'MAPI 1.0 Sample TNEF Transport Provider DLL'
-
- CODE MOVABLE DISCARDABLE
- DATA PRELOAD MOVABLE SINGLE
-
- SEGMENTS 'WEP_TEXT' FIXED PRELOAD
-
-
-
-
-
-
-
-
-
-
- EXPORTS
-
-
- WEP @1 RESIDENTNAME
-
-
- XPProviderInit = _XPProviderInit @2
- ScOptionDataCallBack = _ScOptionDataCallBack @3
- PreprocessMessage = _PreprocessMessage
- RemovePreprocessInfo = _RemovePreprocessInfo
- ServiceEntry
- WizardEntry