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.

39 lines
893 B

  1. // tvprof.idl : IDL source for tvprof.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (tvprof.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(28B576D7-E966-4393-AAF2-F139B096DD4C),
  10. dual,
  11. helpstring("ITVProfile Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface ITVProfile : IDispatch
  15. {
  16. [propget, id(1), helpstring("property IPSinkAddress")] HRESULT IPSinkAddress([out, retval] BSTR *pVal);
  17. [propget, id(2), helpstring("property AudioDestination")] HRESULT AudioDestination([out, retval] long *pVal);
  18. };
  19. [
  20. uuid(33B556C4-2A69-412C-A31B-5DFAD2660F1F),
  21. version(1.0),
  22. helpstring("tvprof 1.0 Type Library")
  23. ]
  24. library TVPROFLib
  25. {
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(EB24C040-9E6B-4469-A425-87DCCFFE4395),
  29. helpstring("TVProfile Class")
  30. ]
  31. coclass TVProfile
  32. {
  33. [default] interface ITVProfile;
  34. };
  35. };