Commit aab9ec78 authored by Bernhard Kölbl's avatar Bernhard Kölbl Committed by Alexandre Julliard

include/windows.media.idl: Update file to newer formatting.

I.e. get rid of nested namespaces and forward declares, separate attributes with commas and right align pointer declarations. Signed-off-by: 's avatarBernhard Kölbl <besentv@gmail.com>
parent 163e9c5b
......@@ -23,21 +23,19 @@
import "inspectable.idl";
import "windows.foundation.idl";
namespace Windows {
namespace Media {
namespace Windows.Media
{
interface IMediaControl;
}
}
namespace Windows {
namespace Media {
[contract(Windows.Foundation.UniversalApiContract, 1.0)]
[uuid(1803def8-dca5-4b6f-9c20-e3d3c0643625)]
[
contract(Windows.Foundation.UniversalApiContract, 1.0),
uuid(1803def8-dca5-4b6f-9c20-e3d3c0643625)
]
interface IMediaMarker : IInspectable
{
[propget] HRESULT Time([out] [retval] Windows.Foundation.TimeSpan* value);
[propget] HRESULT MediaMarkerType([out] [retval] HSTRING* value);
[propget] HRESULT Text([out] [retval] HSTRING* value);
}
[propget] HRESULT Time([out, retval] Windows.Foundation.TimeSpan *value);
[propget] HRESULT MediaMarkerType([out, retval] HSTRING *value);
[propget] HRESULT Text([out, retval] HSTRING *value);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment