DLL16.DEF
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- ; ----------------------------------------------------------------------------
- ; dll16.def
- ;
- ; .DEF file for 16-bit sample address book
- ;
- ; Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
- ; ----------------------------------------------------------------------------
- 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