DLL16.DEF
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. ; ----------------------------------------------------------------------------
  2. ; dll16.def
  3. ;
  4. ; .DEF file for 16-bit sample address book
  5. ;
  6. ; Copyright 1993-1995 Microsoft Corporation. All Rights Reserved.
  7. ; ----------------------------------------------------------------------------
  8. LIBRARY     SMPAB
  9. DESCRIPTION 'MAPI 1.0 Sample Address Book'
  10. CODE        MOVABLE DISCARDABLE
  11. DATA        PRELOAD MOVABLE SINGLE
  12. SEGMENTS    'WEP_TEXT'  FIXED PRELOAD
  13. EXPORTS
  14.     WEP     @1  RESIDENTNAME
  15.     ABProviderInit          = _ABProviderInit
  16.     ServiceEntry