| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| typedef enum TrustLevel { |
| uuid(af86e2e0-b12d-4c6a-9c5a-d7aa65101e90), |
| interface IInspectable : IUnknown |
| [out, size_is(*iidCount)] IID **iids); |
| HRESULT GetRuntimeClassName( |
| [out] HSTRING *className); |
| [out] TrustLevel *trustLevel); |
| cpp_quote("#if !defined (CINTERFACE) && defined (__cplusplus)") |
| cpp_quote("extern \"C++\" {") |
| cpp_quote(" template<typename T> void **IID_INS_ARGS_internal (T **p) {") |
| cpp_quote(" static_cast<IInspectable *> (*p);") |
| cpp_quote(" return reinterpret_cast<void **> (p);") |
| cpp_quote("#define IID_INS_ARGS(P) __uuidof(**(P)), IID_INS_ARGS_internal(P)") |