// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1 #pragma once // Header files for imported files #include #include #include #include "Windows.Foundation.h" /* Forward Declarations */ #ifndef ____x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics __x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics; #endif // ____x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics_FWD_DEFINED__ // Parameterized interface forward declarations (C) // Collection interface definitions #if !defined(____x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics_INTERFACE_DEFINED__ typedef struct __x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStaticsVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_IsRemote)(__x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics* This, boolean* value); END_INTERFACE } __x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStaticsVtbl; interface __x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics { CONST_VTBL struct __x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStaticsVtbl* lpVtbl; }; EXTERN_C const IID IID___x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics; #endif /* !defined(____x_ABI_CWindows_CSystem_CRemoteDesktop_CIInteractiveSessionStatics_INTERFACE_DEFINED__) */