Windows.Win32.System.WinRT.IInspectable
namespace Windows.Win32.System.WinRT
{
internal struct IInspectable : IComIID
{
public unsafe HRESULT QueryInterface(Guid* riid, void** ppvObject);
public uint AddRef();
public uint Release();
public unsafe HRESULT GetIids(uint* iidCount, Guid** iids);
public unsafe HRESULT GetRuntimeClassName(HSTRING* className);
public unsafe HRESULT GetTrustLevel(TrustLevel* trustLevel);
public unsafe static void PopulateVTable(Vtbl* vtable);
}
}