home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / smpab.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  1.3 KB  |  38 lines

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