#pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 500 #endif /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCSAL_H_VERSION__ #define __REQUIRED_RPCSAL_H_VERSION__ 100 #endif #include #include #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif /* __RPCNDR_H_VERSION__ */ #ifndef COM_NO_WINDOWS_H #include #include #endif /*COM_NO_WINDOWS_H*/ #ifndef __windows2Edata2Ejson_h__ #define __windows2Edata2Ejson_h__ #ifndef __windows2Edata2Ejson_p_h__ #define __windows2Edata2Ejson_p_h__ #pragma once // // Deprecated attribute support // #pragma push_macro("DEPRECATED") #undef DEPRECATED #if !defined(DISABLE_WINRT_DEPRECATION) #if defined(__cplusplus) #if __cplusplus >= 201402 #define DEPRECATED(x) [[deprecated(x)]] #define DEPRECATEDENUMERATOR(x) [[deprecated(x)]] #elif defined(_MSC_VER) #if _MSC_VER >= 1900 #define DEPRECATED(x) [[deprecated(x)]] #define DEPRECATEDENUMERATOR(x) [[deprecated(x)]] #else #define DEPRECATED(x) __declspec(deprecated(x)) #define DEPRECATEDENUMERATOR(x) #endif // _MSC_VER >= 1900 #else // Not Standard C++ or MSVC, ignore the construct. #define DEPRECATED(x) #define DEPRECATEDENUMERATOR(x) #endif // C++ deprecation #else // C - disable deprecation #define DEPRECATED(x) #define DEPRECATEDENUMERATOR(x) #endif #else // Deprecation is disabled #define DEPRECATED(x) #define DEPRECATEDENUMERATOR(x) #endif /* DEPRECATED */ // Disable Deprecation for this header, MIDL verifies that cross-type access is acceptable #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" #else #pragma warning(push) #pragma warning(disable: 4996) #endif // Ensure that the setting of the /ns_prefix command line switch is consistent for all headers. // If you get an error from the compiler indicating "warning C4005: 'CHECK_NS_PREFIX_STATE': macro redefinition", this // indicates that you have included two different headers with different settings for the /ns_prefix MIDL command line switch #if !defined(DISABLE_NS_PREFIX_CHECKS) #define CHECK_NS_PREFIX_STATE "always" #endif // !defined(DISABLE_NS_PREFIX_CHECKS) #pragma push_macro("MIDL_CONST_ID") #undef MIDL_CONST_ID #define MIDL_CONST_ID const __declspec(selectany) // API Contract Inclusion Definitions #if !defined(SPECIFIC_API_CONTRACT_DEFINITIONS) #if !defined(WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION) #define WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION 0x40000 #endif // defined(WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION) #if !defined(WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION) #define WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION 0x130000 #endif // defined(WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION) #endif // defined(SPECIFIC_API_CONTRACT_DEFINITIONS) // Header files for imported files #include "inspectable.h" #include "AsyncInfo.h" #include "EventToken.h" #include "windowscontracts.h" #include "Windows.Foundation.h" // Importing Collections header #include #if defined(__cplusplus) && !defined(CINTERFACE) /* Forward Declarations */ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonArray_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonArray_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonArray; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonArray ABI::Windows::Data::Json::IJsonArray #endif // ____x_ABI_CWindows_CData_CJson_CIJsonArray_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonArrayStatics; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics ABI::Windows::Data::Json::IJsonArrayStatics #endif // ____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonErrorStatics2; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2 ABI::Windows::Data::Json::IJsonErrorStatics2 #endif // ____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonObject_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonObject_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonObject; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonObject ABI::Windows::Data::Json::IJsonObject #endif // ____x_ABI_CWindows_CData_CJson_CIJsonObject_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonObjectStatics; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics ABI::Windows::Data::Json::IJsonObjectStatics #endif // ____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonObjectWithDefaultValues; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues ABI::Windows::Data::Json::IJsonObjectWithDefaultValues #endif // ____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonValue_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonValue_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonValue; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonValue ABI::Windows::Data::Json::IJsonValue #endif // ____x_ABI_CWindows_CData_CJson_CIJsonValue_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonValueStatics; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics ABI::Windows::Data::Json::IJsonValueStatics #endif // ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { interface IJsonValueStatics2; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2 ABI::Windows::Data::Json::IJsonValueStatics2 #endif // ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_FWD_DEFINED__ // Parameterized interface forward declarations (C++) // Collection interface definitions #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIIterator_1_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIIterator_1_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("189eb512-5a20-5ec6-9866-60af96f0d23b")) IIterator : IIterator_impl { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IIterator`1"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IIterator __FIIterator_1_Windows__CData__CJson__CIJsonValue_t; #define __FIIterator_1_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIIterator_1_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIIterator_1_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIIterable_1_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIIterable_1_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("cb0492b6-4113-55cf-b2c5-99eb428ba493")) IIterable : IIterable_impl { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IIterable`1"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IIterable __FIIterable_1_Windows__CData__CJson__CIJsonValue_t; #define __FIIterable_1_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIIterable_1_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIIterable_1_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("4deecc89-b0b8-5ee8-a51d-1c25ad9a5b01")) IKeyValuePair : IKeyValuePair_impl { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IKeyValuePair`2"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IKeyValuePair __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_t; #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("f948eac5-33eb-50f5-b5af-e7cecf0e4501")) IIterator<__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue*> : IIterator_impl<__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue*> { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IIterator`1>"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IIterator<__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue*> __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_t; #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("dfabb6e1-0411-5a8f-aa87-354e7110f099")) IIterable<__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue*> : IIterable_impl<__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue*> { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IIterable`1>"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IIterable<__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue*> __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_t; #define __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("eecd690c-1ff3-529f-923f-9b1c31fd3d0f")) IMapView : IMapView_impl { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IMapView`2"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IMapView __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_t; #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("c9d9a725-786b-5113-b4b7-9b61764c220b")) IMap : IMap_impl { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IMap`2"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IMap __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_t; #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIVectorView_1_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIVectorView_1_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("cffabb0f-6bc4-5ff6-9b9e-7a9df6c687c8")) IVectorView : IVectorView_impl { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IVectorView`1"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IVectorView __FIVectorView_1_Windows__CData__CJson__CIJsonValue_t; #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIVectorView_1_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIVectorView_1_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef DEF___FIVector_1_Windows__CData__CJson__CIJsonValue_USE #define DEF___FIVector_1_Windows__CData__CJson__CIJsonValue_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("d44662bc-dce3-59a8-9272-4b210f33908b")) IVector : IVector_impl { static const wchar_t* z_get_rc_name_impl() { return L"Windows.Foundation.Collections.IVector`1"; } }; // Define a typedef for the parameterized interface specialization's mangled name. // This allows code which uses the mangled name for the parameterized interface to access the // correct parameterized interface specialization. typedef IVector __FIVector_1_Windows__CData__CJson__CIJsonValue_t; #define __FIVector_1_Windows__CData__CJson__CIJsonValue ABI::Windows::Foundation::Collections::__FIVector_1_Windows__CData__CJson__CIJsonValue_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIVector_1_Windows__CData__CJson__CIJsonValue_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef ____x_ABI_CWindows_CFoundation_CIStringable_FWD_DEFINED__ #define ____x_ABI_CWindows_CFoundation_CIStringable_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Foundation { interface IStringable; } /* Foundation */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CFoundation_CIStringable ABI::Windows::Foundation::IStringable #endif // ____x_ABI_CWindows_CFoundation_CIStringable_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Data { namespace Json { typedef enum JsonErrorStatus : int JsonErrorStatus; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ namespace ABI { namespace Windows { namespace Data { namespace Json { typedef enum JsonValueType : int JsonValueType; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ namespace ABI { namespace Windows { namespace Data { namespace Json { class JsonArray; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ namespace ABI { namespace Windows { namespace Data { namespace Json { class JsonObject; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ namespace ABI { namespace Windows { namespace Data { namespace Json { class JsonValue; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ /* * * Struct Windows.Data.Json.JsonErrorStatus * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 namespace ABI { namespace Windows { namespace Data { namespace Json { enum JsonErrorStatus : int { JsonErrorStatus_Unknown = 0, JsonErrorStatus_InvalidJsonString = 1, JsonErrorStatus_InvalidJsonNumber = 2, JsonErrorStatus_JsonValueNotFound = 3, JsonErrorStatus_ImplementationLimit = 4, }; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Struct Windows.Data.Json.JsonValueType * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 namespace ABI { namespace Windows { namespace Data { namespace Json { enum JsonValueType : int { JsonValueType_Null = 0, JsonValueType_Boolean = 1, JsonValueType_Number = 2, JsonValueType_String = 3, JsonValueType_Array = 4, JsonValueType_Object = 5, }; } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonArray * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonArray * * Any object which implements this interface must also implement the following interfaces: * Windows.Data.Json.IJsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonArray_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonArray_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonArray[] = L"Windows.Data.Json.IJsonArray"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("08c1ddb6-0cbd-4a9a-b5d3-2f852dc37e81") IJsonArray : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE GetObjectAt( UINT32 index, ABI::Windows::Data::Json::IJsonObject** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetArrayAt( UINT32 index, ABI::Windows::Data::Json::IJsonArray** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetStringAt( UINT32 index, HSTRING* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNumberAt( UINT32 index, DOUBLE* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetBooleanAt( UINT32 index, boolean* returnValue ) = 0; }; MIDL_CONST_ID IID& IID_IJsonArray = __uuidof(IJsonArray); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonArray; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonArray_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonArrayStatics * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonArray * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonArrayStatics[] = L"Windows.Data.Json.IJsonArrayStatics"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("db1434a9-e164-499f-93e2-8a8f49bb90ba") IJsonArrayStatics : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE Parse( HSTRING input, ABI::Windows::Data::Json::IJsonArray** jsonArray ) = 0; virtual HRESULT STDMETHODCALLTYPE TryParse( HSTRING input, ABI::Windows::Data::Json::IJsonArray** result, boolean* succeeded ) = 0; }; MIDL_CONST_ID IID& IID_IJsonArrayStatics = __uuidof(IJsonArrayStatics); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonArrayStatics; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonErrorStatics2 * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonError * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonErrorStatics2[] = L"Windows.Data.Json.IJsonErrorStatics2"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("404030da-87d0-436c-83ab-fc7b12c0cc26") IJsonErrorStatics2 : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE GetJsonStatus( INT32 hresult, ABI::Windows::Data::Json::JsonErrorStatus* status ) = 0; }; MIDL_CONST_ID IID& IID_IJsonErrorStatics2 = __uuidof(IJsonErrorStatics2); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonObject * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonObject * * Any object which implements this interface must also implement the following interfaces: * Windows.Data.Json.IJsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonObject_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonObject_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonObject[] = L"Windows.Data.Json.IJsonObject"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("064e24dd-29c2-4f83-9ac1-9ee11578beb3") IJsonObject : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE GetNamedValue( HSTRING name, ABI::Windows::Data::Json::IJsonValue** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE SetNamedValue( HSTRING name, ABI::Windows::Data::Json::IJsonValue* value ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedObject( HSTRING name, ABI::Windows::Data::Json::IJsonObject** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedArray( HSTRING name, ABI::Windows::Data::Json::IJsonArray** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedString( HSTRING name, HSTRING* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedNumber( HSTRING name, DOUBLE* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedBoolean( HSTRING name, boolean* returnValue ) = 0; }; MIDL_CONST_ID IID& IID_IJsonObject = __uuidof(IJsonObject); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonObject; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonObject_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonObjectStatics * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonObject * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonObjectStatics[] = L"Windows.Data.Json.IJsonObjectStatics"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("2289f159-54de-45d8-abcc-22603fa066a0") IJsonObjectStatics : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE Parse( HSTRING input, ABI::Windows::Data::Json::IJsonObject** jsonObject ) = 0; virtual HRESULT STDMETHODCALLTYPE TryParse( HSTRING input, ABI::Windows::Data::Json::IJsonObject** result, boolean* succeeded ) = 0; }; MIDL_CONST_ID IID& IID_IJsonObjectStatics = __uuidof(IJsonObjectStatics); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonObjectStatics; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonObjectWithDefaultValues * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonObject * * Any object which implements this interface must also implement the following interfaces: * Windows.Data.Json.IJsonObject * Windows.Data.Json.IJsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonObjectWithDefaultValues[] = L"Windows.Data.Json.IJsonObjectWithDefaultValues"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("d960d2a2-b7f0-4f00-8e44-d82cf415ea13") IJsonObjectWithDefaultValues : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE GetNamedValueOrDefault( HSTRING name, ABI::Windows::Data::Json::IJsonValue* defaultValue, ABI::Windows::Data::Json::IJsonValue** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedObjectOrDefault( HSTRING name, ABI::Windows::Data::Json::IJsonObject* defaultValue, ABI::Windows::Data::Json::IJsonObject** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedStringOrDefault( HSTRING name, HSTRING defaultValue, HSTRING* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedArrayOrDefault( HSTRING name, ABI::Windows::Data::Json::IJsonArray* defaultValue, ABI::Windows::Data::Json::IJsonArray** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedNumberOrDefault( HSTRING name, DOUBLE defaultValue, DOUBLE* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNamedBooleanOrDefault( HSTRING name, boolean defaultValue, boolean* returnValue ) = 0; }; MIDL_CONST_ID IID& IID_IJsonObjectWithDefaultValues = __uuidof(IJsonObjectWithDefaultValues); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonValue * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonValue_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonValue_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonValue[] = L"Windows.Data.Json.IJsonValue"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("a3219ecb-f0b3-4dcd-beee-19d48cd3ed1e") IJsonValue : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE get_ValueType( ABI::Windows::Data::Json::JsonValueType* value ) = 0; virtual HRESULT STDMETHODCALLTYPE Stringify( HSTRING* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetString( HSTRING* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetNumber( DOUBLE* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetBoolean( boolean* returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetArray( ABI::Windows::Data::Json::IJsonArray** returnValue ) = 0; virtual HRESULT STDMETHODCALLTYPE GetObject( ABI::Windows::Data::Json::IJsonObject** returnValue ) = 0; }; MIDL_CONST_ID IID& IID_IJsonValue = __uuidof(IJsonValue); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonValue; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonValue_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonValueStatics * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonValueStatics[] = L"Windows.Data.Json.IJsonValueStatics"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("5f6b544a-2f53-48e1-91a3-f78b50a6345c") IJsonValueStatics : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE Parse( HSTRING input, ABI::Windows::Data::Json::IJsonValue** jsonValue ) = 0; virtual HRESULT STDMETHODCALLTYPE TryParse( HSTRING input, ABI::Windows::Data::Json::IJsonValue** result, boolean* succeeded ) = 0; virtual HRESULT STDMETHODCALLTYPE CreateBooleanValue( boolean input, ABI::Windows::Data::Json::IJsonValue** jsonValue ) = 0; virtual HRESULT STDMETHODCALLTYPE CreateNumberValue( DOUBLE input, ABI::Windows::Data::Json::IJsonValue** jsonValue ) = 0; virtual HRESULT STDMETHODCALLTYPE CreateStringValue( HSTRING input, ABI::Windows::Data::Json::IJsonValue** jsonValue ) = 0; }; MIDL_CONST_ID IID& IID_IJsonValueStatics = __uuidof(IJsonValueStatics); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonValueStatics; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonValueStatics2 * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonValueStatics2[] = L"Windows.Data.Json.IJsonValueStatics2"; namespace ABI { namespace Windows { namespace Data { namespace Json { MIDL_INTERFACE("1d9ecbe4-3fe8-4335-8392-93d8e36865f0") IJsonValueStatics2 : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE CreateNullValue( ABI::Windows::Data::Json::IJsonValue** jsonValue ) = 0; }; MIDL_CONST_ID IID& IID_IJsonValueStatics2 = __uuidof(IJsonValueStatics2); } /* Json */ } /* Data */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonValueStatics2; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Class Windows.Data.Json.JsonArray * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * RuntimeClass can be activated. * Type can be activated via RoActivateInstance starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Data.Json.IJsonArrayStatics interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * Class implements the following interfaces: * Windows.Data.Json.IJsonArray ** Default Interface ** * Windows.Data.Json.IJsonValue * Windows.Foundation.Collections.IVector`1 * Windows.Foundation.Collections.IIterable`1 * Windows.Foundation.IStringable * * Class Threading Model: Both Single and Multi Threaded Apartment * * Class Marshaling Behavior: Agile - Class is agile * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef RUNTIMECLASS_Windows_Data_Json_JsonArray_DEFINED #define RUNTIMECLASS_Windows_Data_Json_JsonArray_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Data_Json_JsonArray[] = L"Windows.Data.Json.JsonArray"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Class Windows.Data.Json.JsonError * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Data.Json.IJsonErrorStatics2 interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * Class Threading Model: Both Single and Multi Threaded Apartment * * Class Marshaling Behavior: Agile - Class is agile * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef RUNTIMECLASS_Windows_Data_Json_JsonError_DEFINED #define RUNTIMECLASS_Windows_Data_Json_JsonError_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Data_Json_JsonError[] = L"Windows.Data.Json.JsonError"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Class Windows.Data.Json.JsonObject * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * RuntimeClass can be activated. * Type can be activated via RoActivateInstance starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Data.Json.IJsonObjectStatics interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * Class implements the following interfaces: * Windows.Data.Json.IJsonObject ** Default Interface ** * Windows.Data.Json.IJsonValue * Windows.Foundation.Collections.IMap`2 * Windows.Foundation.Collections.IIterable`1> * Windows.Data.Json.IJsonObjectWithDefaultValues * Windows.Foundation.IStringable * * Class Threading Model: Both Single and Multi Threaded Apartment * * Class Marshaling Behavior: Agile - Class is agile * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef RUNTIMECLASS_Windows_Data_Json_JsonObject_DEFINED #define RUNTIMECLASS_Windows_Data_Json_JsonObject_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Data_Json_JsonObject[] = L"Windows.Data.Json.JsonObject"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Class Windows.Data.Json.JsonValue * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Data.Json.IJsonValueStatics interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * Static Methods exist on the Windows.Data.Json.IJsonValueStatics2 interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * Class implements the following interfaces: * Windows.Data.Json.IJsonValue ** Default Interface ** * Windows.Foundation.IStringable * * Class Threading Model: Both Single and Multi Threaded Apartment * * Class Marshaling Behavior: Agile - Class is agile * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef RUNTIMECLASS_Windows_Data_Json_JsonValue_DEFINED #define RUNTIMECLASS_Windows_Data_Json_JsonValue_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Data_Json_JsonValue[] = L"Windows.Data.Json.JsonValue"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #else // !defined(__cplusplus) /* Forward Declarations */ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonArray_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonArray_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonArray __x_ABI_CWindows_CData_CJson_CIJsonArray; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonArray_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2 __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonObject_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonObject_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonObject __x_ABI_CWindows_CData_CJson_CIJsonObject; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonObject_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonValue_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonValue_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonValue __x_ABI_CWindows_CData_CJson_CIJsonValue; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonValue_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonValueStatics __x_ABI_CWindows_CData_CJson_CIJsonValueStatics; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_FWD_DEFINED__ #define ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2 __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2; #endif // ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_FWD_DEFINED__ // Parameterized interface forward declarations (C) // Collection interface definitions #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIIterator_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIIterator_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIIterator_1_Windows__CData__CJson__CIJsonValue __FIIterator_1_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIIterator_1_Windows__CData__CJson__CIJsonValue; typedef struct __FIIterator_1_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Current)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This, __x_ABI_CWindows_CData_CJson_CIJsonValue** result); HRESULT (STDMETHODCALLTYPE* get_HasCurrent)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This, boolean* result); HRESULT (STDMETHODCALLTYPE* MoveNext)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This, boolean* result); HRESULT (STDMETHODCALLTYPE* GetMany)(__FIIterator_1_Windows__CData__CJson__CIJsonValue* This, UINT32 itemsLength, __x_ABI_CWindows_CData_CJson_CIJsonValue** items, UINT32* result); END_INTERFACE } __FIIterator_1_Windows__CData__CJson__CIJsonValueVtbl; interface __FIIterator_1_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIIterator_1_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_get_Current(This, result) \ ((This)->lpVtbl->get_Current(This, result)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_get_HasCurrent(This, result) \ ((This)->lpVtbl->get_HasCurrent(This, result)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_MoveNext(This, result) \ ((This)->lpVtbl->MoveNext(This, result)) #define __FIIterator_1_Windows__CData__CJson__CIJsonValue_GetMany(This, itemsLength, items, result) \ ((This)->lpVtbl->GetMany(This, itemsLength, items, result)) #endif /* COBJMACROS */ #endif // ____FIIterator_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIIterable_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIIterable_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIIterable_1_Windows__CData__CJson__CIJsonValue __FIIterable_1_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIIterable_1_Windows__CData__CJson__CIJsonValue; typedef struct __FIIterable_1_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIIterable_1_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIIterable_1_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIIterable_1_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIIterable_1_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIIterable_1_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIIterable_1_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* First)(__FIIterable_1_Windows__CData__CJson__CIJsonValue* This, __FIIterator_1_Windows__CData__CJson__CIJsonValue** result); END_INTERFACE } __FIIterable_1_Windows__CData__CJson__CIJsonValueVtbl; interface __FIIterable_1_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIIterable_1_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIIterable_1_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIIterable_1_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIIterable_1_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIIterable_1_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIIterable_1_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIIterable_1_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIIterable_1_Windows__CData__CJson__CIJsonValue_First(This, result) \ ((This)->lpVtbl->First(This, result)) #endif /* COBJMACROS */ #endif // ____FIIterable_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue; typedef struct __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Key)(__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING* result); HRESULT (STDMETHODCALLTYPE* get_Value)(__FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, __x_ABI_CWindows_CData_CJson_CIJsonValue** result); END_INTERFACE } __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl; interface __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_get_Key(This, result) \ ((This)->lpVtbl->get_Key(This, result)) #define __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_get_Value(This, result) \ ((This)->lpVtbl->get_Value(This, result)) #endif /* COBJMACROS */ #endif // ____FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue; typedef struct __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Current)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue** result); HRESULT (STDMETHODCALLTYPE* get_HasCurrent)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, boolean* result); HRESULT (STDMETHODCALLTYPE* MoveNext)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, boolean* result); HRESULT (STDMETHODCALLTYPE* GetMany)(__FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, UINT32 itemsLength, __FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue** items, UINT32* result); END_INTERFACE } __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl; interface __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_get_Current(This, result) \ ((This)->lpVtbl->get_Current(This, result)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_get_HasCurrent(This, result) \ ((This)->lpVtbl->get_HasCurrent(This, result)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_MoveNext(This, result) \ ((This)->lpVtbl->MoveNext(This, result)) #define __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetMany(This, itemsLength, items, result) \ ((This)->lpVtbl->GetMany(This, itemsLength, items, result)) #endif /* COBJMACROS */ #endif // ____FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue; typedef struct __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* First)(__FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, __FIIterator_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue** result); END_INTERFACE } __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl; interface __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_First(This, result) \ ((This)->lpVtbl->First(This, result)) #endif /* COBJMACROS */ #endif // ____FIIterable_1___FIKeyValuePair_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 typedef interface __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue; #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue; typedef struct __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* Lookup)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING key, __x_ABI_CWindows_CData_CJson_CIJsonValue** result); HRESULT (STDMETHODCALLTYPE* get_Size)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, UINT32* result); HRESULT (STDMETHODCALLTYPE* HasKey)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING key, boolean* result); HRESULT (STDMETHODCALLTYPE* Split)(__FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue** first, __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue** second); END_INTERFACE } __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl; interface __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_Lookup(This, key, result) \ ((This)->lpVtbl->Lookup(This, key, result)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_get_Size(This, result) \ ((This)->lpVtbl->get_Size(This, result)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_HasKey(This, key, result) \ ((This)->lpVtbl->HasKey(This, key, result)) #define __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_Split(This, first, second) \ ((This)->lpVtbl->Split(This, first, second)) #endif /* COBJMACROS */ #endif // ____FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue; typedef struct __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* Lookup)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING key, __x_ABI_CWindows_CData_CJson_CIJsonValue** result); HRESULT (STDMETHODCALLTYPE* get_Size)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, UINT32* result); HRESULT (STDMETHODCALLTYPE* HasKey)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING key, boolean* result); HRESULT (STDMETHODCALLTYPE* GetView)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, __FIMapView_2_HSTRING_Windows__CData__CJson__CIJsonValue** result); HRESULT (STDMETHODCALLTYPE* Insert)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING key, __x_ABI_CWindows_CData_CJson_CIJsonValue* value, boolean* result); HRESULT (STDMETHODCALLTYPE* Remove)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This, HSTRING key); HRESULT (STDMETHODCALLTYPE* Clear)(__FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue* This); END_INTERFACE } __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl; interface __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_Lookup(This, key, result) \ ((This)->lpVtbl->Lookup(This, key, result)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_get_Size(This, result) \ ((This)->lpVtbl->get_Size(This, result)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_HasKey(This, key, result) \ ((This)->lpVtbl->HasKey(This, key, result)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_GetView(This, result) \ ((This)->lpVtbl->GetView(This, result)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_Insert(This, key, value, result) \ ((This)->lpVtbl->Insert(This, key, value, result)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_Remove(This, key) \ ((This)->lpVtbl->Remove(This, key)) #define __FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_Clear(This) \ ((This)->lpVtbl->Clear(This)) #endif /* COBJMACROS */ #endif // ____FIMap_2_HSTRING_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIVectorView_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIVectorView_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIVectorView_1_Windows__CData__CJson__CIJsonValue __FIVectorView_1_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIVectorView_1_Windows__CData__CJson__CIJsonValue; typedef struct __FIVectorView_1_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetAt)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This, UINT32 index, __x_ABI_CWindows_CData_CJson_CIJsonValue** result); HRESULT (STDMETHODCALLTYPE* get_Size)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This, UINT32* result); HRESULT (STDMETHODCALLTYPE* IndexOf)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This, __x_ABI_CWindows_CData_CJson_CIJsonValue* value, UINT32* index, boolean* result); HRESULT (STDMETHODCALLTYPE* GetMany)(__FIVectorView_1_Windows__CData__CJson__CIJsonValue* This, UINT32 startIndex, UINT32 itemsLength, __x_ABI_CWindows_CData_CJson_CIJsonValue** items, UINT32* result); END_INTERFACE } __FIVectorView_1_Windows__CData__CJson__CIJsonValueVtbl; interface __FIVectorView_1_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIVectorView_1_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_GetAt(This, index, result) \ ((This)->lpVtbl->GetAt(This, index, result)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_get_Size(This, result) \ ((This)->lpVtbl->get_Size(This, result)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_IndexOf(This, value, index, result) \ ((This)->lpVtbl->IndexOf(This, value, index, result)) #define __FIVectorView_1_Windows__CData__CJson__CIJsonValue_GetMany(This, startIndex, itemsLength, items, result) \ ((This)->lpVtbl->GetMany(This, startIndex, itemsLength, items, result)) #endif /* COBJMACROS */ #endif // ____FIVectorView_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____FIVector_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__) #define ____FIVector_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ typedef interface __FIVector_1_Windows__CData__CJson__CIJsonValue __FIVector_1_Windows__CData__CJson__CIJsonValue; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIVector_1_Windows__CData__CJson__CIJsonValue; typedef struct __FIVector_1_Windows__CData__CJson__CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetAt)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, UINT32 index, __x_ABI_CWindows_CData_CJson_CIJsonValue** result); HRESULT (STDMETHODCALLTYPE* get_Size)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, UINT32* result); HRESULT (STDMETHODCALLTYPE* GetView)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, __FIVectorView_1_Windows__CData__CJson__CIJsonValue** result); HRESULT (STDMETHODCALLTYPE* IndexOf)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, __x_ABI_CWindows_CData_CJson_CIJsonValue* value, UINT32* index, boolean* result); HRESULT (STDMETHODCALLTYPE* SetAt)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, UINT32 index, __x_ABI_CWindows_CData_CJson_CIJsonValue* value); HRESULT (STDMETHODCALLTYPE* InsertAt)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, UINT32 index, __x_ABI_CWindows_CData_CJson_CIJsonValue* value); HRESULT (STDMETHODCALLTYPE* RemoveAt)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, UINT32 index); HRESULT (STDMETHODCALLTYPE* Append)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, __x_ABI_CWindows_CData_CJson_CIJsonValue* value); HRESULT (STDMETHODCALLTYPE* RemoveAtEnd)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* Clear)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetMany)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, UINT32 startIndex, UINT32 itemsLength, __x_ABI_CWindows_CData_CJson_CIJsonValue** items, UINT32* result); HRESULT (STDMETHODCALLTYPE* ReplaceAll)(__FIVector_1_Windows__CData__CJson__CIJsonValue* This, UINT32 itemsLength, __x_ABI_CWindows_CData_CJson_CIJsonValue** items); END_INTERFACE } __FIVector_1_Windows__CData__CJson__CIJsonValueVtbl; interface __FIVector_1_Windows__CData__CJson__CIJsonValue { CONST_VTBL struct __FIVector_1_Windows__CData__CJson__CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIVector_1_Windows__CData__CJson__CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_GetAt(This, index, result) \ ((This)->lpVtbl->GetAt(This, index, result)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_get_Size(This, result) \ ((This)->lpVtbl->get_Size(This, result)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_GetView(This, result) \ ((This)->lpVtbl->GetView(This, result)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_IndexOf(This, value, index, result) \ ((This)->lpVtbl->IndexOf(This, value, index, result)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_SetAt(This, index, value) \ ((This)->lpVtbl->SetAt(This, index, value)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_InsertAt(This, index, value) \ ((This)->lpVtbl->InsertAt(This, index, value)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_RemoveAt(This, index) \ ((This)->lpVtbl->RemoveAt(This, index)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_Append(This, value) \ ((This)->lpVtbl->Append(This, value)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_RemoveAtEnd(This) \ ((This)->lpVtbl->RemoveAtEnd(This)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_Clear(This) \ ((This)->lpVtbl->Clear(This)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_GetMany(This, startIndex, itemsLength, items, result) \ ((This)->lpVtbl->GetMany(This, startIndex, itemsLength, items, result)) #define __FIVector_1_Windows__CData__CJson__CIJsonValue_ReplaceAll(This, itemsLength, items) \ ((This)->lpVtbl->ReplaceAll(This, itemsLength, items)) #endif /* COBJMACROS */ #endif // ____FIVector_1_Windows__CData__CJson__CIJsonValue_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef ____x_ABI_CWindows_CFoundation_CIStringable_FWD_DEFINED__ #define ____x_ABI_CWindows_CFoundation_CIStringable_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CFoundation_CIStringable __x_ABI_CWindows_CFoundation_CIStringable; #endif // ____x_ABI_CWindows_CFoundation_CIStringable_FWD_DEFINED__ typedef enum __x_ABI_CWindows_CData_CJson_CJsonErrorStatus __x_ABI_CWindows_CData_CJson_CJsonErrorStatus; typedef enum __x_ABI_CWindows_CData_CJson_CJsonValueType __x_ABI_CWindows_CData_CJson_CJsonValueType; /* * * Struct Windows.Data.Json.JsonErrorStatus * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 enum __x_ABI_CWindows_CData_CJson_CJsonErrorStatus { JsonErrorStatus_Unknown = 0, JsonErrorStatus_InvalidJsonString = 1, JsonErrorStatus_InvalidJsonNumber = 2, JsonErrorStatus_JsonValueNotFound = 3, JsonErrorStatus_ImplementationLimit = 4, }; #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Struct Windows.Data.Json.JsonValueType * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 enum __x_ABI_CWindows_CData_CJson_CJsonValueType { JsonValueType_Null = 0, JsonValueType_Boolean = 1, JsonValueType_Number = 2, JsonValueType_String = 3, JsonValueType_Array = 4, JsonValueType_Object = 5, }; #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonArray * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonArray * * Any object which implements this interface must also implement the following interfaces: * Windows.Data.Json.IJsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonArray_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonArray_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonArray[] = L"Windows.Data.Json.IJsonArray"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonArrayVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetObjectAt)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, UINT32 index, __x_ABI_CWindows_CData_CJson_CIJsonObject** returnValue); HRESULT (STDMETHODCALLTYPE* GetArrayAt)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, UINT32 index, __x_ABI_CWindows_CData_CJson_CIJsonArray** returnValue); HRESULT (STDMETHODCALLTYPE* GetStringAt)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, UINT32 index, HSTRING* returnValue); HRESULT (STDMETHODCALLTYPE* GetNumberAt)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, UINT32 index, DOUBLE* returnValue); HRESULT (STDMETHODCALLTYPE* GetBooleanAt)(__x_ABI_CWindows_CData_CJson_CIJsonArray* This, UINT32 index, boolean* returnValue); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonArrayVtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonArray { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonArrayVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonArray_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_GetObjectAt(This, index, returnValue) \ ((This)->lpVtbl->GetObjectAt(This, index, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_GetArrayAt(This, index, returnValue) \ ((This)->lpVtbl->GetArrayAt(This, index, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_GetStringAt(This, index, returnValue) \ ((This)->lpVtbl->GetStringAt(This, index, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_GetNumberAt(This, index, returnValue) \ ((This)->lpVtbl->GetNumberAt(This, index, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonArray_GetBooleanAt(This, index, returnValue) \ ((This)->lpVtbl->GetBooleanAt(This, index, returnValue)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonArray; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonArray_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonArrayStatics * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonArray * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonArrayStatics[] = L"Windows.Data.Json.IJsonArrayStatics"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonArrayStaticsVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonArrayStatics* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonArrayStatics* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonArrayStatics* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonArrayStatics* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonArrayStatics* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonArrayStatics* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* Parse)(__x_ABI_CWindows_CData_CJson_CIJsonArrayStatics* This, HSTRING input, __x_ABI_CWindows_CData_CJson_CIJsonArray** jsonArray); HRESULT (STDMETHODCALLTYPE* TryParse)(__x_ABI_CWindows_CData_CJson_CIJsonArrayStatics* This, HSTRING input, __x_ABI_CWindows_CData_CJson_CIJsonArray** result, boolean* succeeded); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonArrayStaticsVtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonArrayStaticsVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_Parse(This, input, jsonArray) \ ((This)->lpVtbl->Parse(This, input, jsonArray)) #define __x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_TryParse(This, input, result, succeeded) \ ((This)->lpVtbl->TryParse(This, input, result, succeeded)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonArrayStatics; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonArrayStatics_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonErrorStatics2 * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonError * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonErrorStatics2[] = L"Windows.Data.Json.IJsonErrorStatics2"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2Vtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetJsonStatus)(__x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2* This, INT32 hresult, enum __x_ABI_CWindows_CData_CJson_CJsonErrorStatus* status); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2Vtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2 { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2Vtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_GetJsonStatus(This, hresult, status) \ ((This)->lpVtbl->GetJsonStatus(This, hresult, status)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonErrorStatics2_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonObject * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonObject * * Any object which implements this interface must also implement the following interfaces: * Windows.Data.Json.IJsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonObject_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonObject_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonObject[] = L"Windows.Data.Json.IJsonObject"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonObjectVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetNamedValue)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, HSTRING name, __x_ABI_CWindows_CData_CJson_CIJsonValue** returnValue); HRESULT (STDMETHODCALLTYPE* SetNamedValue)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, HSTRING name, __x_ABI_CWindows_CData_CJson_CIJsonValue* value); HRESULT (STDMETHODCALLTYPE* GetNamedObject)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, HSTRING name, __x_ABI_CWindows_CData_CJson_CIJsonObject** returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedArray)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, HSTRING name, __x_ABI_CWindows_CData_CJson_CIJsonArray** returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedString)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, HSTRING name, HSTRING* returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedNumber)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, HSTRING name, DOUBLE* returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedBoolean)(__x_ABI_CWindows_CData_CJson_CIJsonObject* This, HSTRING name, boolean* returnValue); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonObjectVtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonObject { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonObjectVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonObject_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetNamedValue(This, name, returnValue) \ ((This)->lpVtbl->GetNamedValue(This, name, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_SetNamedValue(This, name, value) \ ((This)->lpVtbl->SetNamedValue(This, name, value)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetNamedObject(This, name, returnValue) \ ((This)->lpVtbl->GetNamedObject(This, name, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetNamedArray(This, name, returnValue) \ ((This)->lpVtbl->GetNamedArray(This, name, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetNamedString(This, name, returnValue) \ ((This)->lpVtbl->GetNamedString(This, name, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetNamedNumber(This, name, returnValue) \ ((This)->lpVtbl->GetNamedNumber(This, name, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObject_GetNamedBoolean(This, name, returnValue) \ ((This)->lpVtbl->GetNamedBoolean(This, name, returnValue)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonObject; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonObject_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonObjectStatics * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonObject * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonObjectStatics[] = L"Windows.Data.Json.IJsonObjectStatics"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonObjectStaticsVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonObjectStatics* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonObjectStatics* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonObjectStatics* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonObjectStatics* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonObjectStatics* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonObjectStatics* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* Parse)(__x_ABI_CWindows_CData_CJson_CIJsonObjectStatics* This, HSTRING input, __x_ABI_CWindows_CData_CJson_CIJsonObject** jsonObject); HRESULT (STDMETHODCALLTYPE* TryParse)(__x_ABI_CWindows_CData_CJson_CIJsonObjectStatics* This, HSTRING input, __x_ABI_CWindows_CData_CJson_CIJsonObject** result, boolean* succeeded); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonObjectStaticsVtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonObjectStaticsVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_Parse(This, input, jsonObject) \ ((This)->lpVtbl->Parse(This, input, jsonObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_TryParse(This, input, result, succeeded) \ ((This)->lpVtbl->TryParse(This, input, result, succeeded)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonObjectStatics; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonObjectStatics_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonObjectWithDefaultValues * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonObject * * Any object which implements this interface must also implement the following interfaces: * Windows.Data.Json.IJsonObject * Windows.Data.Json.IJsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonObjectWithDefaultValues[] = L"Windows.Data.Json.IJsonObjectWithDefaultValues"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValuesVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetNamedValueOrDefault)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, HSTRING name, __x_ABI_CWindows_CData_CJson_CIJsonValue* defaultValue, __x_ABI_CWindows_CData_CJson_CIJsonValue** returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedObjectOrDefault)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, HSTRING name, __x_ABI_CWindows_CData_CJson_CIJsonObject* defaultValue, __x_ABI_CWindows_CData_CJson_CIJsonObject** returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedStringOrDefault)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, HSTRING name, HSTRING defaultValue, HSTRING* returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedArrayOrDefault)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, HSTRING name, __x_ABI_CWindows_CData_CJson_CIJsonArray* defaultValue, __x_ABI_CWindows_CData_CJson_CIJsonArray** returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedNumberOrDefault)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, HSTRING name, DOUBLE defaultValue, DOUBLE* returnValue); HRESULT (STDMETHODCALLTYPE* GetNamedBooleanOrDefault)(__x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues* This, HSTRING name, boolean defaultValue, boolean* returnValue); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValuesVtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValuesVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetNamedValueOrDefault(This, name, defaultValue, returnValue) \ ((This)->lpVtbl->GetNamedValueOrDefault(This, name, defaultValue, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetNamedObjectOrDefault(This, name, defaultValue, returnValue) \ ((This)->lpVtbl->GetNamedObjectOrDefault(This, name, defaultValue, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetNamedStringOrDefault(This, name, defaultValue, returnValue) \ ((This)->lpVtbl->GetNamedStringOrDefault(This, name, defaultValue, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetNamedArrayOrDefault(This, name, defaultValue, returnValue) \ ((This)->lpVtbl->GetNamedArrayOrDefault(This, name, defaultValue, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetNamedNumberOrDefault(This, name, defaultValue, returnValue) \ ((This)->lpVtbl->GetNamedNumberOrDefault(This, name, defaultValue, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_GetNamedBooleanOrDefault(This, name, defaultValue, returnValue) \ ((This)->lpVtbl->GetNamedBooleanOrDefault(This, name, defaultValue, returnValue)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonObjectWithDefaultValues_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonValue * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonValue_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonValue_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonValue[] = L"Windows.Data.Json.IJsonValue"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonValueVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_ValueType)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, enum __x_ABI_CWindows_CData_CJson_CJsonValueType* value); HRESULT (STDMETHODCALLTYPE* Stringify)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, HSTRING* returnValue); HRESULT (STDMETHODCALLTYPE* GetString)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, HSTRING* returnValue); HRESULT (STDMETHODCALLTYPE* GetNumber)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, DOUBLE* returnValue); HRESULT (STDMETHODCALLTYPE* GetBoolean)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, boolean* returnValue); HRESULT (STDMETHODCALLTYPE* GetArray)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, __x_ABI_CWindows_CData_CJson_CIJsonArray** returnValue); HRESULT (STDMETHODCALLTYPE* GetObject)(__x_ABI_CWindows_CData_CJson_CIJsonValue* This, __x_ABI_CWindows_CData_CJson_CIJsonObject** returnValue); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonValueVtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonValue { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonValueVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonValue_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_get_ValueType(This, value) \ ((This)->lpVtbl->get_ValueType(This, value)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_Stringify(This, returnValue) \ ((This)->lpVtbl->Stringify(This, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_GetString(This, returnValue) \ ((This)->lpVtbl->GetString(This, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_GetNumber(This, returnValue) \ ((This)->lpVtbl->GetNumber(This, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_GetBoolean(This, returnValue) \ ((This)->lpVtbl->GetBoolean(This, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_GetArray(This, returnValue) \ ((This)->lpVtbl->GetArray(This, returnValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonValue_GetObject(This, returnValue) \ ((This)->lpVtbl->GetObject(This, returnValue)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonValue; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonValue_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonValueStatics * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonValueStatics[] = L"Windows.Data.Json.IJsonValueStatics"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonValueStaticsVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* Parse)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, HSTRING input, __x_ABI_CWindows_CData_CJson_CIJsonValue** jsonValue); HRESULT (STDMETHODCALLTYPE* TryParse)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, HSTRING input, __x_ABI_CWindows_CData_CJson_CIJsonValue** result, boolean* succeeded); HRESULT (STDMETHODCALLTYPE* CreateBooleanValue)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, boolean input, __x_ABI_CWindows_CData_CJson_CIJsonValue** jsonValue); HRESULT (STDMETHODCALLTYPE* CreateNumberValue)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, DOUBLE input, __x_ABI_CWindows_CData_CJson_CIJsonValue** jsonValue); HRESULT (STDMETHODCALLTYPE* CreateStringValue)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics* This, HSTRING input, __x_ABI_CWindows_CData_CJson_CIJsonValue** jsonValue); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonValueStaticsVtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonValueStatics { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonValueStaticsVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_Parse(This, input, jsonValue) \ ((This)->lpVtbl->Parse(This, input, jsonValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_TryParse(This, input, result, succeeded) \ ((This)->lpVtbl->TryParse(This, input, result, succeeded)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_CreateBooleanValue(This, input, jsonValue) \ ((This)->lpVtbl->CreateBooleanValue(This, input, jsonValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_CreateNumberValue(This, input, jsonValue) \ ((This)->lpVtbl->CreateNumberValue(This, input, jsonValue)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics_CreateStringValue(This, input, jsonValue) \ ((This)->lpVtbl->CreateStringValue(This, input, jsonValue)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonValueStatics; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonValueStatics_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Interface Windows.Data.Json.IJsonValueStatics2 * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * Interface is a part of the implementation of type Windows.Data.Json.JsonValue * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #if !defined(____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Data_Json_IJsonValueStatics2[] = L"Windows.Data.Json.IJsonValueStatics2"; typedef struct __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2Vtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics2* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics2* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics2* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics2* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics2* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics2* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* CreateNullValue)(__x_ABI_CWindows_CData_CJson_CIJsonValueStatics2* This, __x_ABI_CWindows_CData_CJson_CIJsonValue** jsonValue); END_INTERFACE } __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2Vtbl; interface __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2 { CONST_VTBL struct __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2Vtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_CreateNullValue(This, jsonValue) \ ((This)->lpVtbl->CreateNullValue(This, jsonValue)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CData_CJson_CIJsonValueStatics2; #endif /* !defined(____x_ABI_CWindows_CData_CJson_CIJsonValueStatics2_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Class Windows.Data.Json.JsonArray * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * RuntimeClass can be activated. * Type can be activated via RoActivateInstance starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Data.Json.IJsonArrayStatics interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * Class implements the following interfaces: * Windows.Data.Json.IJsonArray ** Default Interface ** * Windows.Data.Json.IJsonValue * Windows.Foundation.Collections.IVector`1 * Windows.Foundation.Collections.IIterable`1 * Windows.Foundation.IStringable * * Class Threading Model: Both Single and Multi Threaded Apartment * * Class Marshaling Behavior: Agile - Class is agile * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef RUNTIMECLASS_Windows_Data_Json_JsonArray_DEFINED #define RUNTIMECLASS_Windows_Data_Json_JsonArray_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Data_Json_JsonArray[] = L"Windows.Data.Json.JsonArray"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Class Windows.Data.Json.JsonError * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Data.Json.IJsonErrorStatics2 interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * Class Threading Model: Both Single and Multi Threaded Apartment * * Class Marshaling Behavior: Agile - Class is agile * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef RUNTIMECLASS_Windows_Data_Json_JsonError_DEFINED #define RUNTIMECLASS_Windows_Data_Json_JsonError_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Data_Json_JsonError[] = L"Windows.Data.Json.JsonError"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Class Windows.Data.Json.JsonObject * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * RuntimeClass can be activated. * Type can be activated via RoActivateInstance starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Data.Json.IJsonObjectStatics interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * Class implements the following interfaces: * Windows.Data.Json.IJsonObject ** Default Interface ** * Windows.Data.Json.IJsonValue * Windows.Foundation.Collections.IMap`2 * Windows.Foundation.Collections.IIterable`1> * Windows.Data.Json.IJsonObjectWithDefaultValues * Windows.Foundation.IStringable * * Class Threading Model: Both Single and Multi Threaded Apartment * * Class Marshaling Behavior: Agile - Class is agile * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef RUNTIMECLASS_Windows_Data_Json_JsonObject_DEFINED #define RUNTIMECLASS_Windows_Data_Json_JsonObject_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Data_Json_JsonObject[] = L"Windows.Data.Json.JsonObject"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 /* * * Class Windows.Data.Json.JsonValue * * Introduced to Windows.Foundation.UniversalApiContract in version 1.0 * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Data.Json.IJsonValueStatics interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * Static Methods exist on the Windows.Data.Json.IJsonValueStatics2 interface starting with version 1.0 of the Windows.Foundation.UniversalApiContract API contract * * Class implements the following interfaces: * Windows.Data.Json.IJsonValue ** Default Interface ** * Windows.Foundation.IStringable * * Class Threading Model: Both Single and Multi Threaded Apartment * * Class Marshaling Behavior: Agile - Class is agile * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #ifndef RUNTIMECLASS_Windows_Data_Json_JsonValue_DEFINED #define RUNTIMECLASS_Windows_Data_Json_JsonValue_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Data_Json_JsonValue[] = L"Windows.Data.Json.JsonValue"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x10000 #endif // defined(__cplusplus) #pragma pop_macro("MIDL_CONST_ID") // Restore the original value of the 'DEPRECATED' macro #pragma pop_macro("DEPRECATED") #ifdef __clang__ #pragma clang diagnostic pop // deprecated-declarations #else #pragma warning(pop) #endif #endif // __windows2Edata2Ejson_p_h__ #endif // __windows2Edata2Ejson_h__