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
865 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. #define H221USACode1 0xb5
  10. #define H221USACode2 0x00
  11. #define H221MFGCode1 0x53
  12. #define H221MFGCode2 0x4c
  13. #define H221GUIDID 0x01
  14. #define H221GUIDKEY0 H221USACode1
  15. #define H221GUIDKEY1 H221USACode2
  16. #define H221GUIDKEY2 H221MFGCode1
  17. #define H221GUIDKEY3 H221MFGCode2
  18. #define H221GUIDKEY4 H221GUIDID
  19. #define CB_H221_GUIDKEY (5 + sizeof(GUID))
  20. // Data conferencing flags:
  21. #define CRPCF_JOIN 0x0001
  22. #define CRPCF_NO_UI 0x0002
  23. #define CRPCF_HOST 0x0004
  24. #define CRPCF_SECURE 0x0008