// 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_CUI_CXaml_CResources_CICustomXamlResourceLoader_FWD_DEFINED__ #define ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader; #endif // ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory_FWD_DEFINED__ #define ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory; #endif // ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides_FWD_DEFINED__ #define ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides; #endif // ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics; #endif // ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics_FWD_DEFINED__ // Parameterized interface forward declarations (C) // Collection interface definitions #if !defined(____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader_INTERFACE_DEFINED__ typedef struct __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader* This, TrustLevel* trustLevel); END_INTERFACE } __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderVtbl; interface __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader { CONST_VTBL struct __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderVtbl* lpVtbl; }; EXTERN_C const IID IID___x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader; #endif /* !defined(____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader_INTERFACE_DEFINED__) */ #if !defined(____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory_INTERFACE_DEFINED__ typedef struct __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactoryVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* CreateInstance)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory* This, IInspectable* baseInterface, IInspectable** innerInterface, __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader** value); END_INTERFACE } __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactoryVtbl; interface __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory { CONST_VTBL struct __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactoryVtbl* lpVtbl; }; EXTERN_C const IID IID___x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory; #endif /* !defined(____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderFactory_INTERFACE_DEFINED__) */ #if !defined(____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides_INTERFACE_DEFINED__ typedef struct __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverridesVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetResource)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides* This, HSTRING resourceId, HSTRING objectType, HSTRING propertyName, HSTRING propertyType, IInspectable** result); END_INTERFACE } __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverridesVtbl; interface __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides { CONST_VTBL struct __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverridesVtbl* lpVtbl; }; EXTERN_C const IID IID___x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides; #endif /* !defined(____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderOverrides_INTERFACE_DEFINED__) */ #if !defined(____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics_INTERFACE_DEFINED__ typedef struct __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStaticsVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Current)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics* This, __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader** value); HRESULT (STDMETHODCALLTYPE* put_Current)(__x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics* This, __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoader* value); END_INTERFACE } __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStaticsVtbl; interface __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics { CONST_VTBL struct __x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStaticsVtbl* lpVtbl; }; EXTERN_C const IID IID___x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics; #endif /* !defined(____x_ABI_CWindows_CUI_CXaml_CResources_CICustomXamlResourceLoaderStatics_INTERFACE_DEFINED__) */