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.

18 lines
429 B

  1. /*
  2. * CLSID for CConfLink object and IID for IConferenceLink interface
  3. *
  4. * ChrisPi 9-12-95
  5. *
  6. */
  7. #ifndef _CLINKID_H_
  8. #define _CLINKID_H_
  9. /* {30E7F2A0-EC4C-11ce-8865-00805F742EF6} */
  10. DEFINE_GUID(CLSID_ConfLink,
  11. 0x30e7f2a0, 0xec4c, 0x11ce, 0x88, 0x65, 0x0, 0x80, 0x5f, 0x74, 0x2e, 0xf6);
  12. DEFINE_GUID(IID_IConferenceLink,
  13. 0x30e7f2b0, 0xec4c, 0x11ce, 0x88, 0x65, 0x0, 0x80, 0x5f, 0x74, 0x2e, 0xf6);
  14. #endif /* _CLINKID_H_ */