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.

50 lines
1.2 KiB

  1. // confmsp.idl : IDL source for confmsp.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (confmsp.tlb) and marshalling code.
  5. import "msp.idl";
  6. #include "confpriv.idl"
  7. [
  8. uuid(E36489BB-45C9-11d2-831F-00A0244D2298),
  9. version(1.0),
  10. helpstring("Microsoft IP Conferencing Service Provider 1.0 Type Library")
  11. ]
  12. library IPConfMSPLib
  13. {
  14. importlib("stdole2.tlb");
  15. interface ITPluggableTerminalEventSink;
  16. interface ITPluggableTerminalEventSinkRegistration;
  17. interface ITMSPAddress;
  18. interface ITFormatControl;
  19. interface ITStreamQualityControl;
  20. interface ITCallQualityControl;
  21. interface ITCameraControl;
  22. interface ITVideoSettings;
  23. interface ITAudioDeviceControl;
  24. interface ITAudioSettings;
  25. interface ITQOSApplicationID;
  26. interface ITParticipant;
  27. interface ITParticipantSubStreamControl;
  28. interface ITParticipantEvent;
  29. interface ITParticipantControl;
  30. interface ITLocalParticipant;
  31. interface IMulticastControl;
  32. /*
  33. [
  34. uuid(0F1BE7F7-45CA-11d2-831F-00A0244D2298),
  35. helpstring("Microsoft IP Conferencing Service Provider Class")
  36. ]
  37. coclass IPConfMSP
  38. {
  39. [default] interface ITMSPAddress;
  40. };
  41. */
  42. };