2 * Copyright 2011 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
24 uuid(7e8bc44d-aeff-11d1-89c2-00c04fb6bfc4),
26 pointer_default(unique)
28 interface IClientCaps : IDispatch
31 HRESULT javaEnabled([out, retval] VARIANT_BOOL *pVal);
34 HRESULT cookieEnabled([out, retval] VARIANT_BOOL *pVal);
37 HRESULT cpuClass([out, retval] BSTR *p);
40 HRESULT systemLanguage([out, retval] BSTR *p);
43 HRESULT userLanguage([out, retval] BSTR *p);
46 HRESULT platform([out, retval] BSTR *p);
49 HRESULT connectionSpeed([out, retval] long *p);
52 HRESULT onLine([out, retval] VARIANT_BOOL *p);
55 HRESULT colorDepth([out, retval] long *p);
58 HRESULT bufferDepth([out, retval] long *p);
61 HRESULT width([out, retval] long *p);
64 HRESULT height([out, retval] long *p);
67 HRESULT availHeight([out, retval] long *p);
70 HRESULT availWidth([out, retval] long *p);
73 HRESULT connectionType([out, retval] BSTR *p);
76 HRESULT isComponentInstalled(
79 [in, defaultvalue("")] BSTR bStrVer,
80 [out, retval] VARIANT_BOOL *p);
83 HRESULT getComponentVersion(
86 [out, retval] BSTR *pbstrVer);
89 HRESULT compareVersions(
92 [out, retval] long *p);
95 HRESULT addComponentRequest(
98 [in, defaultvalue("")] BSTR bstrVer);
101 HRESULT doComponentRequest([out, retval] VARIANT_BOOL *p);
104 HRESULT clearComponentRequest();
108 uuid(7e8bc440-aeff-11d1-89c2-00c04fb6bfc4),
114 uuid(7e8bc44e-aeff-11d1-89c2-00C04fb6bfc4)
118 [default] interface IClientCaps;