include: Add Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformati...
[wine.git] / include / windows.security.exchangeactivesyncprovisioning.idl
blobafdb427c2071de28e0ed9fb35aa5cb81ab215747
1 /*
2 * Copyright 2021 Paul Gofman 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
19 #ifdef __WIDL__
20 #pragma winrt ns_prefix
21 #endif
23 #ifndef DO_NO_IMPORTS
24 import "inspectable.idl";
25 import "eventtoken.idl";
26 import "windows.foundation.idl";
27 #endif
29 namespace Windows.Security.ExchangeActiveSyncProvisioning {
30 interface IEasClientDeviceInformation;
31 runtimeclass EasClientDeviceInformation;
34 contract(Windows.Foundation.UniversalApiContract, 1.0),
35 exclusiveto(Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation),
36 uuid(54dfd981-1968-4ca3-b958-e595d16505eb)
38 interface IEasClientDeviceInformation : IInspectable
40 [propget] HRESULT Id([out, retval] GUID *value);
41 [propget] HRESULT OperatingSystem([out, retval] HSTRING *value);
42 [propget] HRESULT FriendlyName([out, retval] HSTRING *value);
43 [propget] HRESULT SystemManufacturer([out, retval] HSTRING *value);
44 [propget] HRESULT SystemProductName([out, retval] HSTRING *value);
45 [propget] HRESULT SystemSku([out, retval] HSTRING *value);
49 activatable(Windows.Foundation.UniversalApiContract, 1.0),
50 contract(Windows.Foundation.UniversalApiContract, 1.0),
51 threading(both)
53 runtimeclass EasClientDeviceInformation
55 [default] interface Windows.Security.ExchangeActiveSyncProvisioning.IEasClientDeviceInformation;