Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
949 B

  1. /***************************************************************************
  2. Name : entryid.h
  3. Comment : Entry ID values for Microsoft At Work FAX
  4. Functions : none
  5. Created : 03/01/94
  6. Author : Bruce J Kelley
  7. Contribs :
  8. Comments :
  9. ***************************************************************************/
  10. // Provider UUID's
  11. //
  12. // Use uuidgen.exe to generate new UUID's.
  13. //
  14. // At Work Fax Transport:
  15. // 65BA6B50-1756-101B-BA6B-00001B15D43F
  16. #define AWFAXPUID {0x65,0xBA,0x6B,0x50,0x17,0x56,0x10,0x1B,0xBA,0x6B,0x00,0x00,0x1B,0x15,0xD4,0x3F}
  17. // At Work Fax Transport: for the Message Options profile section
  18. // ED3DF040-FD96-1069-BDF0-00AA004A82CB
  19. #define AWFAXPMSGUID {0xED,0x3D,0xF0,0x40,0xFD,0x96,0x10,0x69,0xBD,0xF0,0x00,0xAA,0x00,0x4A,0x82,0xCB}
  20. // Microsoft Fax Address Book Provider MAPIUID
  21. #define MUIDABMAWF {0x66,0x47,0x10,0xc0,0xfc,0xc4,0x10,0x1a,0x87,0x10,0x08,0x00,0x2b,0x2d,0xc5,0xb7}