home *** CD-ROM | disk | FTP | other *** search
-
- ; -----------------------------------------------------------------------------
- ; $(MAPI)\src\sample.ab\smpab.des
- ;
- ; Preprocessor source for Sample AB .def file
- ;
- ; Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
- ; -----------------------------------------------------------------------------
-
- ; Macros
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LIBRARY SMPAB
- DESCRIPTION 'MAPI 1.0 Sample Address Book'
-
- CODE MOVABLE DISCARDABLE
- DATA PRELOAD MOVABLE SINGLE
-
- SEGMENTS 'WEP_TEXT' FIXED PRELOAD
-
-
-
-
-
-
-
-
-
-
- EXPORTS
-
-
- WEP @1 RESIDENTNAME
-
-
- ABProviderInit = _ABProviderInit
- ServiceEntry
-
-