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.

45 lines
1.5 KiB

  1. //*****************************************************************************
  2. //
  3. // Microsoft Windows Media
  4. // Copyright (C) Microsoft Corporation. All rights reserved.
  5. //
  6. // FileName: wmsHeaderline.idl
  7. //
  8. // Abstract:
  9. //
  10. //*****************************************************************************
  11. cpp_quote("//*****************************************************************************")
  12. cpp_quote("//")
  13. cpp_quote("// Microsoft Windows Media")
  14. cpp_quote("// Copyright (C) Microsoft Corporation. All rights reserved.")
  15. cpp_quote("//")
  16. cpp_quote("// Automatically generated by Midl from wmsHeaderline.idl" )
  17. cpp_quote("//")
  18. cpp_quote("// DO NOT EDIT THIS FILE.")
  19. cpp_quote("//")
  20. cpp_quote("//*****************************************************************************")
  21. cpp_quote("#if _MSC_VER > 1000")
  22. cpp_quote("#pragma once")
  23. cpp_quote("#endif // _MSC_VER > 1000")
  24. import "objidl.idl";
  25. cpp_quote( "EXTERN_GUID( IID_IWMSHeaderLine , 0x093c1b22,0x6bec,0x4fe7,0x9c,0x0e,0x7c,0xbe,0xff,0x1c,0x2b,0x78 );" )
  26. //////////////////////////////////////////////////////////////////////////////
  27. [
  28. object,
  29. pointer_default(unique),
  30. uuid(093c1b22-6bec-4fe7-9c0e-7cbeff1c2b78),
  31. version(9.0),
  32. helpstring("Provides a method to retrieve RTSP or HTTP headers.")
  33. ]
  34. interface IWMSHeaderLine : IUnknown
  35. {
  36. [helpstring("Retrieves the value for the RTSP or HTTP header.")] HRESULT
  37. GetValue( [out] BSTR *pbstrValue );
  38. };