2 * Copyright 2015 Jacek Caban for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 #pragma winrt ns_prefix
23 import
"inspectable.idl";
24 import
"asyncinfo.idl";
25 import
"windowscontracts.idl";
26 import
"eventtoken.idl";
27 /* import "ivectorchangedeventargs.idl"; */
28 import
"windows.foundation.collections.idl";
30 namespace Windows.Foundation.Collections
{
31 interface IPropertySet
;
34 interface Windows.Foundation.Collections.IKeyValuePair
<HSTRING
, IInspectable
*>;
35 interface Windows.Foundation.Collections.IIterable
<Windows.Foundation.Collections.IKeyValuePair
<HSTRING
, IInspectable
*> *>;
36 interface Windows.Foundation.Collections.IIterator
<Windows.Foundation.Collections.IKeyValuePair
<HSTRING
, IInspectable
*> *>;
37 interface Windows.Foundation.Collections.IMapChangedEventArgs
<HSTRING
>;
38 interface Windows.Foundation.Collections.MapChangedEventHandler
<HSTRING
, IInspectable
*>;
39 interface Windows.Foundation.Collections.IMap
<HSTRING
, IInspectable
*>;
40 interface Windows.Foundation.Collections.IMapView
<HSTRING
, IInspectable
*>;
41 interface Windows.Foundation.Collections.IObservableMap
<HSTRING
, IInspectable
*>;
45 contract
(Windows.Foundation.FoundationContract
, 1.0),
46 uuid(8a43ed9f
-f4e6
-4421-acf9
-1dab2986820c
)
48 interface IPropertySet
: IInspectable
49 requires Windows.Foundation.Collections.IObservableMap
<HSTRING
, IInspectable
*>,
50 Windows.Foundation.Collections.IMap
<HSTRING
, IInspectable
*>,
51 Windows.Foundation.Collections.IIterable
<Windows.Foundation.Collections.IKeyValuePair
<HSTRING
, IInspectable
*> *>
56 namespace Windows.Foundation
{
57 typedef enum PropertyType PropertyType
;
58 typedef struct Point Point
;
59 typedef struct Size Size
;
60 typedef struct Rect Rect
;
61 typedef struct DateTime DateTime
;
62 typedef struct TimeSpan TimeSpan
;
63 interface IAsyncAction
;
66 interface IDeferralFactory
;
67 interface IMemoryBuffer
;
68 interface IMemoryBufferFactory
;
69 interface IMemoryBufferReference
;
70 interface IStringable
;
71 interface IUriEscapeStatics
;
72 interface IUriRuntimeClass
;
73 interface IUriRuntimeClassFactory
;
74 interface IUriRuntimeClassWithAbsoluteCanonicalUri
;
75 interface IWwwFormUrlDecoderEntry
;
76 interface IWwwFormUrlDecoderRuntimeClass
;
77 interface IWwwFormUrlDecoderRuntimeClassFactory
;
79 runtimeclass Deferral
;
80 runtimeclass MemoryBuffer
;
82 runtimeclass WwwFormUrlDecoder
;
83 runtimeclass WwwFormUrlDecoderEntry
;
86 interface Windows.Foundation.Collections.IIterable
<HSTRING
>;
87 interface Windows.Foundation.Collections.IIterable
<IInspectable
*>;
88 interface Windows.Foundation.Collections.IIterable
<IWwwFormUrlDecoderEntry
*>;
89 interface Windows.Foundation.Collections.IIterable
<Uri
*>;
90 interface Windows.Foundation.Collections.IIterator
<HSTRING
>;
91 interface Windows.Foundation.Collections.IIterator
<IInspectable
*>;
92 interface Windows.Foundation.Collections.IIterator
<IWwwFormUrlDecoderEntry
*>;
93 interface Windows.Foundation.Collections.IIterator
<Uri
*>;
94 interface Windows.Foundation.Collections.IVectorView
<HSTRING
>;
95 interface Windows.Foundation.Collections.IVectorView
<IInspectable
*>;
96 interface Windows.Foundation.Collections.IVectorView
<IWwwFormUrlDecoderEntry
*>;
97 interface Windows.Foundation.Collections.IVector
<HSTRING
>;
98 interface Windows.Foundation.Collections.IVector
<IInspectable
*>;
99 interface Windows.Foundation.Collections.IMapView
<HSTRING
, Windows.Foundation.Collections.IVectorView
<HSTRING
> *>;
100 interface Windows.Foundation.EventHandler
<IInspectable
*>;
101 interface Windows.Foundation.AsyncOperationCompletedHandler
<IInspectable
*>;
102 interface Windows.Foundation.AsyncOperationCompletedHandler
<boolean>;
103 interface Windows.Foundation.AsyncOperationCompletedHandler
<UINT32
>;
104 interface Windows.Foundation.IAsyncOperation
<IInspectable
*>;
105 interface Windows.Foundation.IAsyncOperation
<boolean>;
106 interface Windows.Foundation.IAsyncOperation
<UINT32
>;
107 interface Windows.Foundation.IReference
<BYTE>;
108 interface Windows.Foundation.IReference
<INT32
>;
109 interface Windows.Foundation.IReference
<DOUBLE>;
110 interface Windows.Foundation.TypedEventHandler
<IInspectable
*, IInspectable
*>;
111 interface Windows.Foundation.TypedEventHandler
<Windows.Foundation.IMemoryBufferReference
*, IInspectable
*>;
115 contract
(Windows.Foundation.FoundationContract
, 1.0),
116 uuid(a4ed5c81
-76c9
-40bd
-8be6
-b1d90fb20ae7
)
118 delegate
HRESULT AsyncActionCompletedHandler
([in] Windows.Foundation.IAsyncAction
*action
, [in] AsyncStatus status
);
121 contract
(Windows.Foundation.FoundationContract
, 1.0),
122 uuid(ed32a372
-f3c8
-4faa
-9cfb
-470148da3888
)
124 delegate
HRESULT DeferralCompletedHandler
();
126 [contract
(Windows.Foundation.FoundationContract
, 1.0)]
162 InspectableArray
= 1037,
163 DateTimeArray
= 1038,
164 TimeSpanArray
= 1039,
169 OtherTypeArray
= 1044,
172 [contract
(Windows.Foundation.FoundationContract
, 1.0)]
179 [contract
(Windows.Foundation.FoundationContract
, 1.0)]
186 [contract
(Windows.Foundation.FoundationContract
, 1.0)]
195 [contract
(Windows.Foundation.FoundationContract
, 1.0)]
201 [contract
(Windows.Foundation.FoundationContract
, 1.0)]
208 contract
(Windows.Foundation.FoundationContract
, 1.0),
209 uuid(96369f54
-8eb6
-48f0
-abce
-c1b211e627c3
)
211 interface IStringable
: IInspectable
213 HRESULT ToString
([out, retval] HSTRING
*value
);
217 contract
(Windows.Foundation.FoundationContract
, 1.0),
218 uuid(30d5a829
-7fa4
-4026-83bb
-d75bae4ea99e
)
220 interface IClosable
: IInspectable
226 contract
(Windows.Foundation.FoundationContract
, 1.0),
227 exclusiveto
(Windows.Foundation.Deferral
),
228 uuid(d6269732
-3b7f
-46a7
-b40b
-4fdca2a2c693
)
230 interface IDeferral
: IInspectable
231 requires Windows.Foundation.IClosable
237 contract
(Windows.Foundation.FoundationContract
, 1.0),
238 exclusiveto
(Windows.Foundation.Deferral
),
239 uuid(65a1ecc5
-3fb5
-4832-8ca9
-f061b281d13a
)
241 interface IDeferralFactory
: IInspectable
243 HRESULT Create
([in] Windows.Foundation.DeferralCompletedHandler
*handler
, [out, retval] Windows.Foundation.Deferral
**result
);
247 contract
(Windows.Foundation.FoundationContract
, 1.0),
248 uuid(5a648006
-843a
-4da9
-865b
-9d26e5dfad7b
)
250 interface IAsyncAction
: IInspectable
253 [propput] HRESULT Completed
([in] Windows.Foundation.AsyncActionCompletedHandler
*handler
);
254 [propget] HRESULT Completed
([out, retval] Windows.Foundation.AsyncActionCompletedHandler
**handler
);
255 HRESULT GetResults
();
259 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
260 uuid(fbc4dd2a
-245b
-11e4
-af98
-689423260cf8
)
262 interface IMemoryBuffer
: IInspectable
263 requires Windows.Foundation.IClosable
265 HRESULT CreateReference
([out, retval] Windows.Foundation.IMemoryBufferReference
**reference
);
269 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
270 exclusiveto
(Windows.Foundation.MemoryBuffer
),
271 uuid(fbc4dd2b
-245b
-11e4
-af98
-689423260cf8
)
273 interface IMemoryBufferFactory
: IInspectable
275 HRESULT Create
([in, range(0x00000000, 0x7fffffff)] UINT32 capacity
,
276 [out, retval] Windows.Foundation.MemoryBuffer
**value
);
280 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
281 uuid(fbc4dd29
-245b
-11e4
-af98
-689423260cf8
)
283 interface IMemoryBufferReference
: IInspectable
284 requires Windows.Foundation.IClosable
286 [propget] HRESULT Capacity
([out, retval] UINT32
*value
);
287 [eventadd
] HRESULT Closed
([in] Windows.Foundation.TypedEventHandler
<Windows.Foundation.IMemoryBufferReference
*, IInspectable
*> *handler
,
288 [out, retval] EventRegistrationToken
*cookie
);
289 [eventremove
] HRESULT Closed
([in] EventRegistrationToken cookie
);
293 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
294 exclusiveto
(Windows.Foundation.Uri
),
295 uuid(c1d432ba
-c824
-4452-a7fd
-512bc3bbe9a1
)
297 interface IUriEscapeStatics
: IInspectable
299 HRESULT UnescapeComponent
([in] HSTRING to_unescape
, [out, retval] HSTRING
*value
);
300 HRESULT EscapeComponent
([in] HSTRING to_escape
, [out, retval] HSTRING
*value
);
304 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
305 exclusiveto
(Windows.Foundation.Uri
),
306 uuid(9e365e57
-48b2
-4160-956f
-c7385120bbfc
)
308 interface IUriRuntimeClass
: IInspectable
310 [propget] HRESULT AbsoluteUri
([out, retval] HSTRING
*value
);
311 [propget] HRESULT DisplayUri
([out, retval] HSTRING
*value
);
312 [propget] HRESULT Domain
([out, retval] HSTRING
*value
);
313 [propget] HRESULT Extension
([out, retval] HSTRING
*value
);
314 [propget] HRESULT Fragment
([out, retval] HSTRING
*value
);
315 [propget] HRESULT Host
([out, retval] HSTRING
*value
);
316 [propget] HRESULT Password
([out, retval] HSTRING
*value
);
317 [propget] HRESULT Path
([out, retval] HSTRING
*value
);
318 [propget] HRESULT Query
([out, retval] HSTRING
*value
);
319 [propget] HRESULT QueryParsed
([out, retval] Windows.Foundation.WwwFormUrlDecoder
**decoder
);
320 [propget] HRESULT RawUri
([out, retval] HSTRING
*value
);
321 [propget] HRESULT SchemeName
([out, retval] HSTRING
*value
);
322 [propget] HRESULT UserName
([out, retval] HSTRING
*value
);
323 [propget] HRESULT Port
([out, retval] INT32
*value
);
324 [propget] HRESULT Suspicious
([out, retval] boolean *value
);
325 HRESULT Equals
([in] Windows.Foundation.Uri
*uri
, [out, retval] boolean *value
);
326 HRESULT CombineUri
([in] HSTRING relative_uri
, [out, retval] Windows.Foundation.Uri
**instance
);
330 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
331 exclusiveto
(Windows.Foundation.Uri
),
332 uuid(44a9796f
-723e-4fdf
-a218
-033e75b0c084
)
334 interface IUriRuntimeClassFactory
: IInspectable
336 HRESULT CreateUri
([in] HSTRING uri
, [out, retval] Windows.Foundation.Uri
**instance
);
337 HRESULT CreateWithRelativeUri
([in] HSTRING base_uri
, [in] HSTRING relative_uri
, [out, retval] Windows.Foundation.Uri
**instance
);
341 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
342 exclusiveto
(Windows.Foundation.Uri
),
343 uuid(758d9661
-221c
-480f
-a339
-50656673f46f
)
345 interface IUriRuntimeClassWithAbsoluteCanonicalUri
: IInspectable
347 [propget] HRESULT AbsoluteCanonicalUri
([out, retval] HSTRING
*value
);
348 [propget] HRESULT DisplayIri
([out, retval] HSTRING
*value
);
352 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
353 uuid(125e7431
-f678
-4e8e
-b670
-20a9b06c512d
)
355 interface IWwwFormUrlDecoderEntry
: IInspectable
357 [propget] HRESULT Name
([out, retval] HSTRING
*value
);
358 [propget] HRESULT Value
([out, retval] HSTRING
*value
);
362 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
363 exclusiveto
(Windows.Foundation.WwwFormUrlDecoder
),
364 uuid(d45a0451
-f225
-4542-9296-0e1df5d254df
)
366 interface IWwwFormUrlDecoderRuntimeClass
: IInspectable
367 requires Windows.Foundation.Collections.IIterable
<Windows.Foundation.IWwwFormUrlDecoderEntry
*>,
368 Windows.Foundation.Collections.IVectorView
<Windows.Foundation.IWwwFormUrlDecoderEntry
*>
370 HRESULT GetFirstValueByName
([in] HSTRING name
, [out, retval] HSTRING
*value
);
374 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
375 exclusiveto
(Windows.Foundation.WwwFormUrlDecoder
),
376 uuid(5b8c6b3d
-24ae
-41b5
-a1bf
-f0c3d544845b
)
378 interface IWwwFormUrlDecoderRuntimeClassFactory
: IInspectable
380 HRESULT CreateWwwFormUrlDecoder
([in] HSTRING query
, [out, retval] Windows.Foundation.WwwFormUrlDecoder
**instance
);
384 activatable
(Windows.Foundation.IDeferralFactory
, Windows.Foundation.FoundationContract
, 1.0),
385 contract
(Windows.Foundation.FoundationContract
, 1.0),
386 marshaling_behavior
(agile
)
388 runtimeclass Deferral
390 [default] interface Windows.Foundation.IDeferral
;
391 interface Windows.Foundation.IClosable
;
395 activatable
(Windows.Foundation.IMemoryBufferFactory
, Windows.Foundation.UniversalApiContract
, 1.0),
396 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
397 marshaling_behavior
(agile
),
400 runtimeclass MemoryBuffer
402 [default] interface Windows.Foundation.IMemoryBuffer
;
403 interface Windows.Foundation.IClosable
;
407 activatable
(Windows.Foundation.IUriRuntimeClassFactory
, Windows.Foundation.UniversalApiContract
, 1.0),
408 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
409 marshaling_behavior
(agile
),
410 static
(Windows.Foundation.IUriEscapeStatics
, Windows.Foundation.UniversalApiContract
, 1.0),
415 [default] interface Windows.Foundation.IUriRuntimeClass
;
416 interface Windows.Foundation.IUriRuntimeClassWithAbsoluteCanonicalUri
;
417 [contract
(Windows.Foundation.UniversalApiContract
, 1.0)] interface Windows.Foundation.IStringable
;
421 activatable
(Windows.Foundation.IWwwFormUrlDecoderRuntimeClassFactory
, Windows.Foundation.UniversalApiContract
, 1.0),
422 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
423 marshaling_behavior
(agile
),
426 runtimeclass WwwFormUrlDecoder
428 [default] interface Windows.Foundation.IWwwFormUrlDecoderRuntimeClass
;
429 interface Windows.Foundation.Collections.IVectorView
<Windows.Foundation.IWwwFormUrlDecoderEntry
*>;
430 interface Windows.Foundation.Collections.IIterable
<Windows.Foundation.IWwwFormUrlDecoderEntry
*>;
434 contract
(Windows.Foundation.UniversalApiContract
, 1.0),
435 marshaling_behavior
(agile
),
438 runtimeclass WwwFormUrlDecoderEntry
440 [default] interface Windows.Foundation.IWwwFormUrlDecoderEntry
;