// 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_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics; #endif // ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult_FWD_DEFINED__ #define ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult; #endif // ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings_FWD_DEFINED__ #define ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings; #endif // ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings_FWD_DEFINED__ // Parameterized interface forward declarations (C) // Collection interface definitions typedef enum __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CPlatformTelemetryRegistrationStatus __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CPlatformTelemetryRegistrationStatus; enum __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CPlatformTelemetryRegistrationStatus { __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CPlatformTelemetryRegistrationStatus_Success = 0, __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CPlatformTelemetryRegistrationStatus_SettingsOutOfRange = 1, __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CPlatformTelemetryRegistrationStatus_UnknownFailure = 2, }; #if !defined(____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics_INTERFACE_DEFINED__ typedef struct __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStaticsVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* Register)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics* This, HSTRING id, __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult** result); HRESULT (STDMETHODCALLTYPE* RegisterWithSettings)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics* This, HSTRING id, __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* settings, __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult** result); END_INTERFACE } __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStaticsVtbl; interface __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics { CONST_VTBL struct __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStaticsVtbl* lpVtbl; }; EXTERN_C const IID IID___x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics; #endif /* !defined(____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryClientStatics_INTERFACE_DEFINED__) */ #if !defined(____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult_INTERFACE_DEFINED__ typedef struct __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResultVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Status)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult* This, enum __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CPlatformTelemetryRegistrationStatus* value); END_INTERFACE } __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResultVtbl; interface __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult { CONST_VTBL struct __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResultVtbl* lpVtbl; }; EXTERN_C const IID IID___x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult; #endif /* !defined(____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationResult_INTERFACE_DEFINED__) */ #if !defined(____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings_INTERFACE_DEFINED__ typedef struct __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettingsVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_StorageSize)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This, UINT32* value); HRESULT (STDMETHODCALLTYPE* put_StorageSize)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This, UINT32 value); HRESULT (STDMETHODCALLTYPE* get_UploadQuotaSize)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This, UINT32* value); HRESULT (STDMETHODCALLTYPE* put_UploadQuotaSize)(__x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings* This, UINT32 value); END_INTERFACE } __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettingsVtbl; interface __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings { CONST_VTBL struct __x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettingsVtbl* lpVtbl; }; EXTERN_C const IID IID___x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings; #endif /* !defined(____x_ABI_CWindows_CSystem_CDiagnostics_CTelemetry_CIPlatformTelemetryRegistrationSettings_INTERFACE_DEFINED__) */