home *** CD-ROM | disk | FTP | other *** search
-
- ; -----------------------------------------------------------------------------
- ; $(MAPI)\src\sample.ms\smpms.des
- ;
- ; Preprocessor source for Sample MS .def file
- ;
- ; Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
- ; -----------------------------------------------------------------------------
-
- ; Macros
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LIBRARY SMPMS
- DESCRIPTION 'MAPI 1.0 Sample Message Store'
-
- CODE MOVABLE DISCARDABLE
- DATA PRELOAD MOVABLE SINGLE
-
- SEGMENTS 'WEP_TEXT' FIXED PRELOAD
-
-
-
-
-
-
-
-
-
-
- EXPORTS
-
-
- WEP @1 RESIDENTNAME
-
-
- MSProviderInit = _MSProviderInit
- SMSServiceEntry
-
-