Leaked source code of windows server 2003
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.

29 lines
887 B

  1. //****************************************************************************
  2. //
  3. // File: confguid.h
  4. // Content: This file contains the class GUID for Microsoft Conferencing.
  5. //
  6. // Copyright (c) Microsoft Corporation 1995-1996
  7. //
  8. //****************************************************************************
  9. // {19FF8A00-9447-11cf-8796-444553540000}
  10. DEFINE_GUID(CLSID_ConferenceManager,
  11. 0x19ff8a00, 0x9447, 0x11cf, 0x87, 0x96, 0x44, 0x45, 0x53, 0x54, 0x0, 0x0);
  12. #define H221USACode1 0xb5
  13. #define H221USACode2 0x00
  14. #define H221MFGCode1 0x53
  15. #define H221MFGCode2 0x4c
  16. #define H221GUIDID 0x01
  17. #define H221GUIDKEY0 H221USACode1
  18. #define H221GUIDKEY1 H221USACode2
  19. #define H221GUIDKEY2 H221MFGCode1
  20. #define H221GUIDKEY3 H221MFGCode2
  21. #define H221GUIDKEY4 H221GUIDID
  22. #define CB_H221_GUIDKEY (5 + sizeof(GUID))