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.

34 lines
792 B

  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. import "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 ITParticipant;
  16. interface ITParticipantSubStreamControl;
  17. interface ITParticipantEvent;
  18. interface ITParticipantControl;
  19. interface ITLocalParticipant;
  20. [
  21. uuid(0F1BE7F7-45CA-11d2-831F-00A0244D2298),
  22. helpstring("Microsoft IP Conferencing Service Provider Class")
  23. ]
  24. coclass IPConfMSP
  25. {
  26. [default] interface ITMSPAddress;
  27. };
  28. };