SMPAB.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /*
  2.  *  S M P A B . H
  3.  *  
  4.  *  Definitions used by the Microsoft Sample Address Book
  5.  *  provider for service entry calls
  6.  *  
  7.  *  Copyright 1993-1999 Microsoft Corporation. All Rights Reserved.
  8.  */
  9. /*
  10.  *  Property tag definitions
  11.  */
  12. /*      The following MAPI-defined properties are settable in service entry */
  13. /*      calls:                                                              */
  14. /*                                                                          */
  15. /*          PR_SAB_FILE_NAME                                                */
  16. /*          PR_SAB_UID                                                      */
  17. #define PR_SAB_FILE PROP_TAG(PT_STRING8,0x6604)
  18. #define PR_SAB_UID  PROP_TAG(PT_BINARY,0x6601)
  19. /*
  20.  *  PR_SAB_FILE_NAME is the full path name of the .SAB file (e.g. c:foomylist.sab).
  21.  *                   This string must be ANSI.
  22.  *
  23.  *  PR_SAB_UID is the UID uniquely identifying this session of the SAB.  If you have
  24.  *             multiple SABs configured, they must have different PR_SAB_UIDs.
  25.  */
  26. /*
  27.  *  The Sample Address Book's PR_AB_PROVIDER_ID
  28.  */
  29. #define SAB_PROVIDER_ID {0x34,0xda,0x7e,0x60,0x03,0x1b,0x11,0xce,0x95,0x74,0x00,0xaa,0x00,0x3c,0xd2,0x07}