home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / smpab.h < prev    next >
Text File  |  1998-04-25  |  1KB  |  36 lines

  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-1995 Microsoft Corporation. All Rights Reserved.
  8.  */
  9.  
  10. /*
  11.  *  Property tag definitions
  12.  */
  13.  
  14. /*      The following MAPI-defined properties are settable in service entry */
  15. /*      calls:                                                              */
  16. /*                                                                          */
  17. /*          PR_SAB_FILE_NAME                                                */
  18. /*          PR_SAB_UID                                                      */
  19.  
  20. #define PR_SAB_FILE PROP_TAG(PT_STRING8,0x6604)
  21. #define PR_SAB_UID  PROP_TAG(PT_BINARY,0x6601)
  22.  
  23. /*
  24.  *  PR_SAB_FILE_NAME is the full path name of the .SAB file (e.g. c:\foo\mylist.sab).
  25.  *                   This string must be ANSI.
  26.  *
  27.  *  PR_SAB_UID is the UID uniquely identifying this session of the SAB.  If you have
  28.  *             multiple SABs configured, they must have different PR_SAB_UIDs.
  29.  */
  30.  
  31. /*
  32.  *  The Sample Address Book's PR_AB_PROVIDER_ID
  33.  */
  34. #define SAB_PROVIDER_ID {0x34,0xda,0x7e,0x60,0x03,0x1b,0x11,0xce,0x95,0x74,0x00,0xaa,0x00,0x3c,0xd2,0x07}
  35.  
  36.