ReactOS 0.4.16-dev-2320-ge1853c6
inspectable.idl
Go to the documentation of this file.
1/*
2 * Copyright 2015 Jacek Caban for CodeWeavers
3 *
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.
8 *
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.
13 *
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
17 */
18
19import "wtypes.idl";
20import "unknwn.idl";
21import "hstring.idl";
22
23typedef [v1_enum] enum TrustLevel {
28
29[
30 object,
31 uuid(af86e2e0-b12d-4c6a-9c5a-d7aa65101e90),
33]
34interface IInspectable : IUnknown
35{
36 HRESULT GetIids([out] ULONG *iidCount, [out, size_is(,*iidCount)] IID **iids);
39}
40
41typedef [unique] IInspectable *LPINSPECTABLE;
TrustLevel
Definition: inspectable.idl:23
@ BaseTrust
Definition: inspectable.idl:24
@ PartialTrust
Definition: inspectable.idl:25
@ FullTrust
Definition: inspectable.idl:26
HRESULT GetTrustLevel([out] TrustLevel *trustLevel)
HRESULT GetIids([out] ULONG *iidCount, [out, size_is(, *iidCount)] IID **iids)
HRESULT GetRuntimeClassName([out] HSTRING *className)
Definition: msctf.idl:532
uint32_t ULONG
Definition: typedefs.h:59
wchar_t tm const _CrtWcstime_Writes_and_advances_ptr_ count wchar_t ** out
Definition: wcsftime.cpp:383
ncacn_np pointer_default(unique)] interface winspool
Definition: winspool.idl:865