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.

42 lines
884 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. priviids.h
  5. Abstract:
  6. Author:
  7. mquinton 10-08-98
  8. Notes:
  9. Revision History:
  10. --*/
  11. #ifndef __TAPI3_IIDS_H___
  12. #define __TAPI3_IIDS_H___
  13. #include <initguid.h>
  14. // {E024B01A-4197-11d1-8F33-00C04FB6809F}
  15. DEFINE_GUID(IID_ITTerminalPrivate,
  16. 0xe024b01a, 0x4197, 0x11d1, 0x8f, 0x33, 0x0, 0xc0, 0x4f, 0xb6, 0x80, 0x9f);
  17. // {D5CDB359-5D7D-11d2-A053-00C04FB6809F}
  18. DEFINE_GUID(IID_ITPhoneMSPCallPrivate,
  19. 0xd5cdb359, 0x5d7d, 0x11d2, 0xa0, 0x53, 0x0, 0xc0, 0x4f, 0xb6, 0x80, 0x9f);
  20. // {D5CDB35A-5D7D-11d2-A053-00C04FB6809F}
  21. DEFINE_GUID(IID_ITPhoneMSPStreamPrivate,
  22. 0xd5cdb35a, 0x5d7d, 0x11d2, 0xa0, 0x53, 0x0, 0xc0, 0x4f, 0xb6, 0x80, 0x9f);
  23. // {D5CDB35B-5D7D-11d2-A053-00C04FB6809F}
  24. DEFINE_GUID(IID_ITPhoneMSPAddressPrivate,
  25. 0xd5cdb35b, 0x5d7d, 0x11d2, 0xa0, 0x53, 0x0, 0xc0, 0x4f, 0xb6, 0x80, 0x9f);
  26. #endif