#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 __windows2Emanagement_h__ #define __windows2Emanagement_h__ #ifndef __windows2Emanagement_p_h__ #define __windows2Emanagement_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_CManagement_CIMdmAlert_FWD_DEFINED__ #define ____x_ABI_CWindows_CManagement_CIMdmAlert_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Management { interface IMdmAlert; } /* Management */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CManagement_CIMdmAlert ABI::Windows::Management::IMdmAlert #endif // ____x_ABI_CWindows_CManagement_CIMdmAlert_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CManagement_CIMdmSession_FWD_DEFINED__ #define ____x_ABI_CWindows_CManagement_CIMdmSession_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Management { interface IMdmSession; } /* Management */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CManagement_CIMdmSession ABI::Windows::Management::IMdmSession #endif // ____x_ABI_CWindows_CManagement_CIMdmSession_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Management { interface IMdmSessionManagerStatics; } /* Management */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics ABI::Windows::Management::IMdmSessionManagerStatics #endif // ____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_FWD_DEFINED__ // Parameterized interface forward declarations (C++) // Collection interface definitions #ifndef DEF___FIIterator_1_HSTRING_USE #define DEF___FIIterator_1_HSTRING_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("8c304ebb-6615-50a4-8829-879ecd443236")) 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_HSTRING_t; #define __FIIterator_1_HSTRING ABI::Windows::Foundation::Collections::__FIIterator_1_HSTRING_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIIterator_1_HSTRING_USE */ #ifndef DEF___FIIterable_1_HSTRING_USE #define DEF___FIIterable_1_HSTRING_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("e2fcc7c1-3bfc-5a0b-b2b0-72e769d1cb7e")) 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_HSTRING_t; #define __FIIterable_1_HSTRING ABI::Windows::Foundation::Collections::__FIIterable_1_HSTRING_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIIterable_1_HSTRING_USE */ namespace ABI { namespace Windows { namespace Management { class MdmAlert; } /* Management */ } /* Windows */ } /* ABI */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef DEF___FIIterator_1_Windows__CManagement__CMdmAlert_USE #define DEF___FIIterator_1_Windows__CManagement__CMdmAlert_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("b4a6ebea-b19f-5da5-b3d1-e859f1f4df17")) 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__CManagement__CMdmAlert_t; #define __FIIterator_1_Windows__CManagement__CMdmAlert ABI::Windows::Foundation::Collections::__FIIterator_1_Windows__CManagement__CMdmAlert_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIIterator_1_Windows__CManagement__CMdmAlert_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef DEF___FIIterable_1_Windows__CManagement__CMdmAlert_USE #define DEF___FIIterable_1_Windows__CManagement__CMdmAlert_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("a0a617dc-210c-529f-b5e9-29aeceebb5a8")) 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__CManagement__CMdmAlert_t; #define __FIIterable_1_Windows__CManagement__CMdmAlert ABI::Windows::Foundation::Collections::__FIIterable_1_Windows__CManagement__CMdmAlert_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIIterable_1_Windows__CManagement__CMdmAlert_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef DEF___FIVectorView_1_HSTRING_USE #define DEF___FIVectorView_1_HSTRING_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("2f13c006-a03a-5f69-b090-75a43e33423e")) 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_HSTRING_t; #define __FIVectorView_1_HSTRING ABI::Windows::Foundation::Collections::__FIVectorView_1_HSTRING_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIVectorView_1_HSTRING_USE */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef DEF___FIVectorView_1_Windows__CManagement__CMdmAlert_USE #define DEF___FIVectorView_1_Windows__CManagement__CMdmAlert_USE #if !defined(RO_NO_TEMPLATE_NAME) namespace ABI { namespace Windows { namespace Foundation { namespace Collections { template <> struct __declspec(uuid("2b94038c-24aa-5261-80d8-c90f7970644a")) 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__CManagement__CMdmAlert_t; #define __FIVectorView_1_Windows__CManagement__CMdmAlert ABI::Windows::Foundation::Collections::__FIVectorView_1_Windows__CManagement__CMdmAlert_t /* Collections */ } /* Foundation */ } /* Windows */ } /* ABI */ } #endif // !defined(RO_NO_TEMPLATE_NAME) #endif /* DEF___FIVectorView_1_Windows__CManagement__CMdmAlert_USE */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef ____x_ABI_CWindows_CFoundation_CIAsyncAction_FWD_DEFINED__ #define ____x_ABI_CWindows_CFoundation_CIAsyncAction_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Foundation { interface IAsyncAction; } /* Foundation */ } /* Windows */ } /* ABI */ #define __x_ABI_CWindows_CFoundation_CIAsyncAction ABI::Windows::Foundation::IAsyncAction #endif // ____x_ABI_CWindows_CFoundation_CIAsyncAction_FWD_DEFINED__ namespace ABI { namespace Windows { namespace Management { typedef enum MdmAlertDataType : int MdmAlertDataType; } /* Management */ } /* Windows */ } /* ABI */ namespace ABI { namespace Windows { namespace Management { typedef enum MdmAlertMark : int MdmAlertMark; } /* Management */ } /* Windows */ } /* ABI */ namespace ABI { namespace Windows { namespace Management { typedef enum MdmSessionState : int MdmSessionState; } /* Management */ } /* Windows */ } /* ABI */ namespace ABI { namespace Windows { namespace Management { class MdmSession; } /* Management */ } /* Windows */ } /* ABI */ /* * * Struct Windows.Management.MdmAlertDataType * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 namespace ABI { namespace Windows { namespace Management { enum MdmAlertDataType : int { MdmAlertDataType_String = 0, MdmAlertDataType_Base64 = 1, MdmAlertDataType_Boolean = 2, MdmAlertDataType_Integer = 3, }; } /* Management */ } /* Windows */ } /* ABI */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Struct Windows.Management.MdmAlertMark * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 namespace ABI { namespace Windows { namespace Management { enum MdmAlertMark : int { MdmAlertMark_None = 0, MdmAlertMark_Fatal = 1, MdmAlertMark_Critical = 2, MdmAlertMark_Warning = 3, MdmAlertMark_Informational = 4, }; } /* Management */ } /* Windows */ } /* ABI */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Struct Windows.Management.MdmSessionState * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 namespace ABI { namespace Windows { namespace Management { enum MdmSessionState : int { MdmSessionState_NotStarted = 0, MdmSessionState_Starting = 1, MdmSessionState_Connecting = 2, MdmSessionState_Communicating = 3, MdmSessionState_AlertStatusAvailable = 4, MdmSessionState_Retrying = 5, MdmSessionState_Completed = 6, }; } /* Management */ } /* Windows */ } /* ABI */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Interface Windows.Management.IMdmAlert * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * Interface is a part of the implementation of type Windows.Management.MdmAlert * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____x_ABI_CWindows_CManagement_CIMdmAlert_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CManagement_CIMdmAlert_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Management_IMdmAlert[] = L"Windows.Management.IMdmAlert"; namespace ABI { namespace Windows { namespace Management { MIDL_INTERFACE("b0fbc327-28c1-4b52-a548-c5807caf70b6") IMdmAlert : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE get_Data( HSTRING* value ) = 0; virtual HRESULT STDMETHODCALLTYPE put_Data( HSTRING value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_Format( ABI::Windows::Management::MdmAlertDataType* value ) = 0; virtual HRESULT STDMETHODCALLTYPE put_Format( ABI::Windows::Management::MdmAlertDataType value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_Mark( ABI::Windows::Management::MdmAlertMark* value ) = 0; virtual HRESULT STDMETHODCALLTYPE put_Mark( ABI::Windows::Management::MdmAlertMark value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_Source( HSTRING* value ) = 0; virtual HRESULT STDMETHODCALLTYPE put_Source( HSTRING value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_Status( UINT32* value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_Target( HSTRING* value ) = 0; virtual HRESULT STDMETHODCALLTYPE put_Target( HSTRING value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_Type( HSTRING* value ) = 0; virtual HRESULT STDMETHODCALLTYPE put_Type( HSTRING value ) = 0; }; MIDL_CONST_ID IID& IID_IMdmAlert = __uuidof(IMdmAlert); } /* Management */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CIMdmAlert; #endif /* !defined(____x_ABI_CWindows_CManagement_CIMdmAlert_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Interface Windows.Management.IMdmSession * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * Interface is a part of the implementation of type Windows.Management.MdmSession * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____x_ABI_CWindows_CManagement_CIMdmSession_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CManagement_CIMdmSession_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Management_IMdmSession[] = L"Windows.Management.IMdmSession"; namespace ABI { namespace Windows { namespace Management { MIDL_INTERFACE("fe89314c-8f64-4797-a9d7-9d88f86ae166") IMdmSession : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE get_Alerts( __FIVectorView_1_Windows__CManagement__CMdmAlert** value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_ExtendedError( HRESULT* value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_Id( HSTRING* value ) = 0; virtual HRESULT STDMETHODCALLTYPE get_State( ABI::Windows::Management::MdmSessionState* value ) = 0; virtual HRESULT STDMETHODCALLTYPE AttachAsync( ABI::Windows::Foundation::IAsyncAction** action ) = 0; virtual HRESULT STDMETHODCALLTYPE Delete(void) = 0; virtual HRESULT STDMETHODCALLTYPE StartAsync( ABI::Windows::Foundation::IAsyncAction** action ) = 0; virtual HRESULT STDMETHODCALLTYPE StartWithAlertsAsync( __FIIterable_1_Windows__CManagement__CMdmAlert* alerts, ABI::Windows::Foundation::IAsyncAction** action ) = 0; }; MIDL_CONST_ID IID& IID_IMdmSession = __uuidof(IMdmSession); } /* Management */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CIMdmSession; #endif /* !defined(____x_ABI_CWindows_CManagement_CIMdmSession_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Interface Windows.Management.IMdmSessionManagerStatics * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * Interface is a part of the implementation of type Windows.Management.MdmSessionManager * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Management_IMdmSessionManagerStatics[] = L"Windows.Management.IMdmSessionManagerStatics"; namespace ABI { namespace Windows { namespace Management { MIDL_INTERFACE("cf4ad959-f745-4b79-9b5c-de0bf8efe44b") IMdmSessionManagerStatics : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE get_SessionIds( __FIVectorView_1_HSTRING** value ) = 0; virtual HRESULT STDMETHODCALLTYPE TryCreateSession( ABI::Windows::Management::IMdmSession** result ) = 0; virtual HRESULT STDMETHODCALLTYPE DeleteSessionById( HSTRING sessionId ) = 0; virtual HRESULT STDMETHODCALLTYPE GetSessionById( HSTRING sessionId, ABI::Windows::Management::IMdmSession** result ) = 0; }; MIDL_CONST_ID IID& IID_IMdmSessionManagerStatics = __uuidof(IMdmSessionManagerStatics); } /* Management */ } /* Windows */ } /* ABI */ EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics; #endif /* !defined(____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Class Windows.Management.MdmAlert * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * RuntimeClass can be activated. * Type can be activated via RoActivateInstance starting with version 4.0 of the Windows.Foundation.UniversalApiContract API contract * * Class implements the following interfaces: * Windows.Management.IMdmAlert ** Default Interface ** * * Class Marshaling Behavior: Standard - Class marshals using the standard marshaler * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef RUNTIMECLASS_Windows_Management_MdmAlert_DEFINED #define RUNTIMECLASS_Windows_Management_MdmAlert_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Management_MdmAlert[] = L"Windows.Management.MdmAlert"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Class Windows.Management.MdmSession * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * Class implements the following interfaces: * Windows.Management.IMdmSession ** Default Interface ** * * Class Marshaling Behavior: Standard - Class marshals using the standard marshaler * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef RUNTIMECLASS_Windows_Management_MdmSession_DEFINED #define RUNTIMECLASS_Windows_Management_MdmSession_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Management_MdmSession[] = L"Windows.Management.MdmSession"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Class Windows.Management.MdmSessionManager * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Management.IMdmSessionManagerStatics interface starting with version 4.0 of the Windows.Foundation.UniversalApiContract API contract * * Class Marshaling Behavior: Standard - Class marshals using the standard marshaler * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef RUNTIMECLASS_Windows_Management_MdmSessionManager_DEFINED #define RUNTIMECLASS_Windows_Management_MdmSessionManager_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Management_MdmSessionManager[] = L"Windows.Management.MdmSessionManager"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #else // !defined(__cplusplus) /* Forward Declarations */ #ifndef ____x_ABI_CWindows_CManagement_CIMdmAlert_FWD_DEFINED__ #define ____x_ABI_CWindows_CManagement_CIMdmAlert_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CManagement_CIMdmAlert __x_ABI_CWindows_CManagement_CIMdmAlert; #endif // ____x_ABI_CWindows_CManagement_CIMdmAlert_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CManagement_CIMdmSession_FWD_DEFINED__ #define ____x_ABI_CWindows_CManagement_CIMdmSession_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CManagement_CIMdmSession __x_ABI_CWindows_CManagement_CIMdmSession; #endif // ____x_ABI_CWindows_CManagement_CIMdmSession_FWD_DEFINED__ #ifndef ____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics; #endif // ____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_FWD_DEFINED__ // Parameterized interface forward declarations (C) // Collection interface definitions #if !defined(____FIIterator_1_HSTRING_INTERFACE_DEFINED__) #define ____FIIterator_1_HSTRING_INTERFACE_DEFINED__ typedef interface __FIIterator_1_HSTRING __FIIterator_1_HSTRING; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIIterator_1_HSTRING; typedef struct __FIIterator_1_HSTRINGVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIIterator_1_HSTRING* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIIterator_1_HSTRING* This); ULONG (STDMETHODCALLTYPE* Release)(__FIIterator_1_HSTRING* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIIterator_1_HSTRING* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIIterator_1_HSTRING* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIIterator_1_HSTRING* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Current)(__FIIterator_1_HSTRING* This, HSTRING* result); HRESULT (STDMETHODCALLTYPE* get_HasCurrent)(__FIIterator_1_HSTRING* This, boolean* result); HRESULT (STDMETHODCALLTYPE* MoveNext)(__FIIterator_1_HSTRING* This, boolean* result); HRESULT (STDMETHODCALLTYPE* GetMany)(__FIIterator_1_HSTRING* This, UINT32 itemsLength, HSTRING* items, UINT32* result); END_INTERFACE } __FIIterator_1_HSTRINGVtbl; interface __FIIterator_1_HSTRING { CONST_VTBL struct __FIIterator_1_HSTRINGVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIIterator_1_HSTRING_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIIterator_1_HSTRING_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIIterator_1_HSTRING_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIIterator_1_HSTRING_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIIterator_1_HSTRING_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIIterator_1_HSTRING_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIIterator_1_HSTRING_get_Current(This, result) \ ((This)->lpVtbl->get_Current(This, result)) #define __FIIterator_1_HSTRING_get_HasCurrent(This, result) \ ((This)->lpVtbl->get_HasCurrent(This, result)) #define __FIIterator_1_HSTRING_MoveNext(This, result) \ ((This)->lpVtbl->MoveNext(This, result)) #define __FIIterator_1_HSTRING_GetMany(This, itemsLength, items, result) \ ((This)->lpVtbl->GetMany(This, itemsLength, items, result)) #endif /* COBJMACROS */ #endif // ____FIIterator_1_HSTRING_INTERFACE_DEFINED__ #if !defined(____FIIterable_1_HSTRING_INTERFACE_DEFINED__) #define ____FIIterable_1_HSTRING_INTERFACE_DEFINED__ typedef interface __FIIterable_1_HSTRING __FIIterable_1_HSTRING; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIIterable_1_HSTRING; typedef struct __FIIterable_1_HSTRINGVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIIterable_1_HSTRING* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIIterable_1_HSTRING* This); ULONG (STDMETHODCALLTYPE* Release)(__FIIterable_1_HSTRING* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIIterable_1_HSTRING* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIIterable_1_HSTRING* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIIterable_1_HSTRING* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* First)(__FIIterable_1_HSTRING* This, __FIIterator_1_HSTRING** result); END_INTERFACE } __FIIterable_1_HSTRINGVtbl; interface __FIIterable_1_HSTRING { CONST_VTBL struct __FIIterable_1_HSTRINGVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIIterable_1_HSTRING_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIIterable_1_HSTRING_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIIterable_1_HSTRING_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIIterable_1_HSTRING_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIIterable_1_HSTRING_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIIterable_1_HSTRING_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIIterable_1_HSTRING_First(This, result) \ ((This)->lpVtbl->First(This, result)) #endif /* COBJMACROS */ #endif // ____FIIterable_1_HSTRING_INTERFACE_DEFINED__ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____FIIterator_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__) #define ____FIIterator_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__ typedef interface __FIIterator_1_Windows__CManagement__CMdmAlert __FIIterator_1_Windows__CManagement__CMdmAlert; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIIterator_1_Windows__CManagement__CMdmAlert; typedef struct __FIIterator_1_Windows__CManagement__CMdmAlertVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIIterator_1_Windows__CManagement__CMdmAlert* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIIterator_1_Windows__CManagement__CMdmAlert* This); ULONG (STDMETHODCALLTYPE* Release)(__FIIterator_1_Windows__CManagement__CMdmAlert* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIIterator_1_Windows__CManagement__CMdmAlert* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIIterator_1_Windows__CManagement__CMdmAlert* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIIterator_1_Windows__CManagement__CMdmAlert* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Current)(__FIIterator_1_Windows__CManagement__CMdmAlert* This, __x_ABI_CWindows_CManagement_CIMdmAlert** result); HRESULT (STDMETHODCALLTYPE* get_HasCurrent)(__FIIterator_1_Windows__CManagement__CMdmAlert* This, boolean* result); HRESULT (STDMETHODCALLTYPE* MoveNext)(__FIIterator_1_Windows__CManagement__CMdmAlert* This, boolean* result); HRESULT (STDMETHODCALLTYPE* GetMany)(__FIIterator_1_Windows__CManagement__CMdmAlert* This, UINT32 itemsLength, __x_ABI_CWindows_CManagement_CIMdmAlert** items, UINT32* result); END_INTERFACE } __FIIterator_1_Windows__CManagement__CMdmAlertVtbl; interface __FIIterator_1_Windows__CManagement__CMdmAlert { CONST_VTBL struct __FIIterator_1_Windows__CManagement__CMdmAlertVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIIterator_1_Windows__CManagement__CMdmAlert_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_get_Current(This, result) \ ((This)->lpVtbl->get_Current(This, result)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_get_HasCurrent(This, result) \ ((This)->lpVtbl->get_HasCurrent(This, result)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_MoveNext(This, result) \ ((This)->lpVtbl->MoveNext(This, result)) #define __FIIterator_1_Windows__CManagement__CMdmAlert_GetMany(This, itemsLength, items, result) \ ((This)->lpVtbl->GetMany(This, itemsLength, items, result)) #endif /* COBJMACROS */ #endif // ____FIIterator_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____FIIterable_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__) #define ____FIIterable_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__ typedef interface __FIIterable_1_Windows__CManagement__CMdmAlert __FIIterable_1_Windows__CManagement__CMdmAlert; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIIterable_1_Windows__CManagement__CMdmAlert; typedef struct __FIIterable_1_Windows__CManagement__CMdmAlertVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIIterable_1_Windows__CManagement__CMdmAlert* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIIterable_1_Windows__CManagement__CMdmAlert* This); ULONG (STDMETHODCALLTYPE* Release)(__FIIterable_1_Windows__CManagement__CMdmAlert* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIIterable_1_Windows__CManagement__CMdmAlert* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIIterable_1_Windows__CManagement__CMdmAlert* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIIterable_1_Windows__CManagement__CMdmAlert* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* First)(__FIIterable_1_Windows__CManagement__CMdmAlert* This, __FIIterator_1_Windows__CManagement__CMdmAlert** result); END_INTERFACE } __FIIterable_1_Windows__CManagement__CMdmAlertVtbl; interface __FIIterable_1_Windows__CManagement__CMdmAlert { CONST_VTBL struct __FIIterable_1_Windows__CManagement__CMdmAlertVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIIterable_1_Windows__CManagement__CMdmAlert_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIIterable_1_Windows__CManagement__CMdmAlert_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIIterable_1_Windows__CManagement__CMdmAlert_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIIterable_1_Windows__CManagement__CMdmAlert_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIIterable_1_Windows__CManagement__CMdmAlert_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIIterable_1_Windows__CManagement__CMdmAlert_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIIterable_1_Windows__CManagement__CMdmAlert_First(This, result) \ ((This)->lpVtbl->First(This, result)) #endif /* COBJMACROS */ #endif // ____FIIterable_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____FIVectorView_1_HSTRING_INTERFACE_DEFINED__) #define ____FIVectorView_1_HSTRING_INTERFACE_DEFINED__ typedef interface __FIVectorView_1_HSTRING __FIVectorView_1_HSTRING; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIVectorView_1_HSTRING; typedef struct __FIVectorView_1_HSTRINGVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIVectorView_1_HSTRING* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIVectorView_1_HSTRING* This); ULONG (STDMETHODCALLTYPE* Release)(__FIVectorView_1_HSTRING* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIVectorView_1_HSTRING* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIVectorView_1_HSTRING* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIVectorView_1_HSTRING* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetAt)(__FIVectorView_1_HSTRING* This, UINT32 index, HSTRING* result); HRESULT (STDMETHODCALLTYPE* get_Size)(__FIVectorView_1_HSTRING* This, UINT32* result); HRESULT (STDMETHODCALLTYPE* IndexOf)(__FIVectorView_1_HSTRING* This, HSTRING value, UINT32* index, boolean* result); HRESULT (STDMETHODCALLTYPE* GetMany)(__FIVectorView_1_HSTRING* This, UINT32 startIndex, UINT32 itemsLength, HSTRING* items, UINT32* result); END_INTERFACE } __FIVectorView_1_HSTRINGVtbl; interface __FIVectorView_1_HSTRING { CONST_VTBL struct __FIVectorView_1_HSTRINGVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIVectorView_1_HSTRING_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIVectorView_1_HSTRING_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIVectorView_1_HSTRING_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIVectorView_1_HSTRING_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIVectorView_1_HSTRING_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIVectorView_1_HSTRING_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIVectorView_1_HSTRING_GetAt(This, index, result) \ ((This)->lpVtbl->GetAt(This, index, result)) #define __FIVectorView_1_HSTRING_get_Size(This, result) \ ((This)->lpVtbl->get_Size(This, result)) #define __FIVectorView_1_HSTRING_IndexOf(This, value, index, result) \ ((This)->lpVtbl->IndexOf(This, value, index, result)) #define __FIVectorView_1_HSTRING_GetMany(This, startIndex, itemsLength, items, result) \ ((This)->lpVtbl->GetMany(This, startIndex, itemsLength, items, result)) #endif /* COBJMACROS */ #endif // ____FIVectorView_1_HSTRING_INTERFACE_DEFINED__ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____FIVectorView_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__) #define ____FIVectorView_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__ typedef interface __FIVectorView_1_Windows__CManagement__CMdmAlert __FIVectorView_1_Windows__CManagement__CMdmAlert; // Declare the parameterized interface IID. EXTERN_C const IID IID___FIVectorView_1_Windows__CManagement__CMdmAlert; typedef struct __FIVectorView_1_Windows__CManagement__CMdmAlertVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This); ULONG (STDMETHODCALLTYPE* Release)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* GetAt)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This, UINT32 index, __x_ABI_CWindows_CManagement_CIMdmAlert** result); HRESULT (STDMETHODCALLTYPE* get_Size)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This, UINT32* result); HRESULT (STDMETHODCALLTYPE* IndexOf)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This, __x_ABI_CWindows_CManagement_CIMdmAlert* value, UINT32* index, boolean* result); HRESULT (STDMETHODCALLTYPE* GetMany)(__FIVectorView_1_Windows__CManagement__CMdmAlert* This, UINT32 startIndex, UINT32 itemsLength, __x_ABI_CWindows_CManagement_CIMdmAlert** items, UINT32* result); END_INTERFACE } __FIVectorView_1_Windows__CManagement__CMdmAlertVtbl; interface __FIVectorView_1_Windows__CManagement__CMdmAlert { CONST_VTBL struct __FIVectorView_1_Windows__CManagement__CMdmAlertVtbl* lpVtbl; }; #ifdef COBJMACROS #define __FIVectorView_1_Windows__CManagement__CMdmAlert_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_Release(This) \ ((This)->lpVtbl->Release(This)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_GetAt(This, index, result) \ ((This)->lpVtbl->GetAt(This, index, result)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_get_Size(This, result) \ ((This)->lpVtbl->get_Size(This, result)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_IndexOf(This, value, index, result) \ ((This)->lpVtbl->IndexOf(This, value, index, result)) #define __FIVectorView_1_Windows__CManagement__CMdmAlert_GetMany(This, startIndex, itemsLength, items, result) \ ((This)->lpVtbl->GetMany(This, startIndex, itemsLength, items, result)) #endif /* COBJMACROS */ #endif // ____FIVectorView_1_Windows__CManagement__CMdmAlert_INTERFACE_DEFINED__ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef ____x_ABI_CWindows_CFoundation_CIAsyncAction_FWD_DEFINED__ #define ____x_ABI_CWindows_CFoundation_CIAsyncAction_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CFoundation_CIAsyncAction __x_ABI_CWindows_CFoundation_CIAsyncAction; #endif // ____x_ABI_CWindows_CFoundation_CIAsyncAction_FWD_DEFINED__ typedef enum __x_ABI_CWindows_CManagement_CMdmAlertDataType __x_ABI_CWindows_CManagement_CMdmAlertDataType; typedef enum __x_ABI_CWindows_CManagement_CMdmAlertMark __x_ABI_CWindows_CManagement_CMdmAlertMark; typedef enum __x_ABI_CWindows_CManagement_CMdmSessionState __x_ABI_CWindows_CManagement_CMdmSessionState; /* * * Struct Windows.Management.MdmAlertDataType * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 enum __x_ABI_CWindows_CManagement_CMdmAlertDataType { MdmAlertDataType_String = 0, MdmAlertDataType_Base64 = 1, MdmAlertDataType_Boolean = 2, MdmAlertDataType_Integer = 3, }; #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Struct Windows.Management.MdmAlertMark * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 enum __x_ABI_CWindows_CManagement_CMdmAlertMark { MdmAlertMark_None = 0, MdmAlertMark_Fatal = 1, MdmAlertMark_Critical = 2, MdmAlertMark_Warning = 3, MdmAlertMark_Informational = 4, }; #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Struct Windows.Management.MdmSessionState * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 enum __x_ABI_CWindows_CManagement_CMdmSessionState { MdmSessionState_NotStarted = 0, MdmSessionState_Starting = 1, MdmSessionState_Connecting = 2, MdmSessionState_Communicating = 3, MdmSessionState_AlertStatusAvailable = 4, MdmSessionState_Retrying = 5, MdmSessionState_Completed = 6, }; #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Interface Windows.Management.IMdmAlert * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * Interface is a part of the implementation of type Windows.Management.MdmAlert * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____x_ABI_CWindows_CManagement_CIMdmAlert_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CManagement_CIMdmAlert_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Management_IMdmAlert[] = L"Windows.Management.IMdmAlert"; typedef struct __x_ABI_CWindows_CManagement_CIMdmAlertVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CManagement_CIMdmAlert* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CManagement_CIMdmAlert* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Data)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING* value); HRESULT (STDMETHODCALLTYPE* put_Data)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING value); HRESULT (STDMETHODCALLTYPE* get_Format)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, enum __x_ABI_CWindows_CManagement_CMdmAlertDataType* value); HRESULT (STDMETHODCALLTYPE* put_Format)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, enum __x_ABI_CWindows_CManagement_CMdmAlertDataType value); HRESULT (STDMETHODCALLTYPE* get_Mark)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, enum __x_ABI_CWindows_CManagement_CMdmAlertMark* value); HRESULT (STDMETHODCALLTYPE* put_Mark)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, enum __x_ABI_CWindows_CManagement_CMdmAlertMark value); HRESULT (STDMETHODCALLTYPE* get_Source)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING* value); HRESULT (STDMETHODCALLTYPE* put_Source)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING value); HRESULT (STDMETHODCALLTYPE* get_Status)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, UINT32* value); HRESULT (STDMETHODCALLTYPE* get_Target)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING* value); HRESULT (STDMETHODCALLTYPE* put_Target)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING value); HRESULT (STDMETHODCALLTYPE* get_Type)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING* value); HRESULT (STDMETHODCALLTYPE* put_Type)(__x_ABI_CWindows_CManagement_CIMdmAlert* This, HSTRING value); END_INTERFACE } __x_ABI_CWindows_CManagement_CIMdmAlertVtbl; interface __x_ABI_CWindows_CManagement_CIMdmAlert { CONST_VTBL struct __x_ABI_CWindows_CManagement_CIMdmAlertVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CManagement_CIMdmAlert_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_get_Data(This, value) \ ((This)->lpVtbl->get_Data(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_put_Data(This, value) \ ((This)->lpVtbl->put_Data(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_get_Format(This, value) \ ((This)->lpVtbl->get_Format(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_put_Format(This, value) \ ((This)->lpVtbl->put_Format(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_get_Mark(This, value) \ ((This)->lpVtbl->get_Mark(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_put_Mark(This, value) \ ((This)->lpVtbl->put_Mark(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_get_Source(This, value) \ ((This)->lpVtbl->get_Source(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_put_Source(This, value) \ ((This)->lpVtbl->put_Source(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_get_Status(This, value) \ ((This)->lpVtbl->get_Status(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_get_Target(This, value) \ ((This)->lpVtbl->get_Target(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_put_Target(This, value) \ ((This)->lpVtbl->put_Target(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_get_Type(This, value) \ ((This)->lpVtbl->get_Type(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmAlert_put_Type(This, value) \ ((This)->lpVtbl->put_Type(This, value)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CIMdmAlert; #endif /* !defined(____x_ABI_CWindows_CManagement_CIMdmAlert_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Interface Windows.Management.IMdmSession * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * Interface is a part of the implementation of type Windows.Management.MdmSession * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____x_ABI_CWindows_CManagement_CIMdmSession_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CManagement_CIMdmSession_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Management_IMdmSession[] = L"Windows.Management.IMdmSession"; typedef struct __x_ABI_CWindows_CManagement_CIMdmSessionVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CManagement_CIMdmSession* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CManagement_CIMdmSession* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CManagement_CIMdmSession* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CManagement_CIMdmSession* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CManagement_CIMdmSession* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CManagement_CIMdmSession* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_Alerts)(__x_ABI_CWindows_CManagement_CIMdmSession* This, __FIVectorView_1_Windows__CManagement__CMdmAlert** value); HRESULT (STDMETHODCALLTYPE* get_ExtendedError)(__x_ABI_CWindows_CManagement_CIMdmSession* This, HRESULT* value); HRESULT (STDMETHODCALLTYPE* get_Id)(__x_ABI_CWindows_CManagement_CIMdmSession* This, HSTRING* value); HRESULT (STDMETHODCALLTYPE* get_State)(__x_ABI_CWindows_CManagement_CIMdmSession* This, enum __x_ABI_CWindows_CManagement_CMdmSessionState* value); HRESULT (STDMETHODCALLTYPE* AttachAsync)(__x_ABI_CWindows_CManagement_CIMdmSession* This, __x_ABI_CWindows_CFoundation_CIAsyncAction** action); HRESULT (STDMETHODCALLTYPE* Delete)(__x_ABI_CWindows_CManagement_CIMdmSession* This); HRESULT (STDMETHODCALLTYPE* StartAsync)(__x_ABI_CWindows_CManagement_CIMdmSession* This, __x_ABI_CWindows_CFoundation_CIAsyncAction** action); HRESULT (STDMETHODCALLTYPE* StartWithAlertsAsync)(__x_ABI_CWindows_CManagement_CIMdmSession* This, __FIIterable_1_Windows__CManagement__CMdmAlert* alerts, __x_ABI_CWindows_CFoundation_CIAsyncAction** action); END_INTERFACE } __x_ABI_CWindows_CManagement_CIMdmSessionVtbl; interface __x_ABI_CWindows_CManagement_CIMdmSession { CONST_VTBL struct __x_ABI_CWindows_CManagement_CIMdmSessionVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CManagement_CIMdmSession_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CManagement_CIMdmSession_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CManagement_CIMdmSession_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CManagement_CIMdmSession_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CManagement_CIMdmSession_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CManagement_CIMdmSession_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CManagement_CIMdmSession_get_Alerts(This, value) \ ((This)->lpVtbl->get_Alerts(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmSession_get_ExtendedError(This, value) \ ((This)->lpVtbl->get_ExtendedError(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmSession_get_Id(This, value) \ ((This)->lpVtbl->get_Id(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmSession_get_State(This, value) \ ((This)->lpVtbl->get_State(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmSession_AttachAsync(This, action) \ ((This)->lpVtbl->AttachAsync(This, action)) #define __x_ABI_CWindows_CManagement_CIMdmSession_Delete(This) \ ((This)->lpVtbl->Delete(This)) #define __x_ABI_CWindows_CManagement_CIMdmSession_StartAsync(This, action) \ ((This)->lpVtbl->StartAsync(This, action)) #define __x_ABI_CWindows_CManagement_CIMdmSession_StartWithAlertsAsync(This, alerts, action) \ ((This)->lpVtbl->StartWithAlertsAsync(This, alerts, action)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CIMdmSession; #endif /* !defined(____x_ABI_CWindows_CManagement_CIMdmSession_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Interface Windows.Management.IMdmSessionManagerStatics * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * Interface is a part of the implementation of type Windows.Management.MdmSessionManager * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #if !defined(____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_INTERFACE_DEFINED__) #define ____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_INTERFACE_DEFINED__ extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Management_IMdmSessionManagerStatics[] = L"Windows.Management.IMdmSessionManagerStatics"; typedef struct __x_ABI_CWindows_CManagement_CIMdmSessionManagerStaticsVtbl { BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This, REFIID riid, void** ppvObject); ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This); ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This); HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This, ULONG* iidCount, IID** iids); HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This, HSTRING* className); HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This, TrustLevel* trustLevel); HRESULT (STDMETHODCALLTYPE* get_SessionIds)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This, __FIVectorView_1_HSTRING** value); HRESULT (STDMETHODCALLTYPE* TryCreateSession)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This, __x_ABI_CWindows_CManagement_CIMdmSession** result); HRESULT (STDMETHODCALLTYPE* DeleteSessionById)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This, HSTRING sessionId); HRESULT (STDMETHODCALLTYPE* GetSessionById)(__x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics* This, HSTRING sessionId, __x_ABI_CWindows_CManagement_CIMdmSession** result); END_INTERFACE } __x_ABI_CWindows_CManagement_CIMdmSessionManagerStaticsVtbl; interface __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics { CONST_VTBL struct __x_ABI_CWindows_CManagement_CIMdmSessionManagerStaticsVtbl* lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_QueryInterface(This, riid, ppvObject) \ ((This)->lpVtbl->QueryInterface(This, riid, ppvObject)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_AddRef(This) \ ((This)->lpVtbl->AddRef(This)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_Release(This) \ ((This)->lpVtbl->Release(This)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_GetIids(This, iidCount, iids) \ ((This)->lpVtbl->GetIids(This, iidCount, iids)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_GetRuntimeClassName(This, className) \ ((This)->lpVtbl->GetRuntimeClassName(This, className)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_GetTrustLevel(This, trustLevel) \ ((This)->lpVtbl->GetTrustLevel(This, trustLevel)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_get_SessionIds(This, value) \ ((This)->lpVtbl->get_SessionIds(This, value)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_TryCreateSession(This, result) \ ((This)->lpVtbl->TryCreateSession(This, result)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_DeleteSessionById(This, sessionId) \ ((This)->lpVtbl->DeleteSessionById(This, sessionId)) #define __x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_GetSessionById(This, sessionId, result) \ ((This)->lpVtbl->GetSessionById(This, sessionId, result)) #endif /* COBJMACROS */ EXTERN_C const IID IID___x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics; #endif /* !defined(____x_ABI_CWindows_CManagement_CIMdmSessionManagerStatics_INTERFACE_DEFINED__) */ #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Class Windows.Management.MdmAlert * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * RuntimeClass can be activated. * Type can be activated via RoActivateInstance starting with version 4.0 of the Windows.Foundation.UniversalApiContract API contract * * Class implements the following interfaces: * Windows.Management.IMdmAlert ** Default Interface ** * * Class Marshaling Behavior: Standard - Class marshals using the standard marshaler * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef RUNTIMECLASS_Windows_Management_MdmAlert_DEFINED #define RUNTIMECLASS_Windows_Management_MdmAlert_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Management_MdmAlert[] = L"Windows.Management.MdmAlert"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Class Windows.Management.MdmSession * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * Class implements the following interfaces: * Windows.Management.IMdmSession ** Default Interface ** * * Class Marshaling Behavior: Standard - Class marshals using the standard marshaler * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef RUNTIMECLASS_Windows_Management_MdmSession_DEFINED #define RUNTIMECLASS_Windows_Management_MdmSession_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Management_MdmSession[] = L"Windows.Management.MdmSession"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 /* * * Class Windows.Management.MdmSessionManager * * Introduced to Windows.Foundation.UniversalApiContract in version 4.0 * * RuntimeClass contains static methods. * Static Methods exist on the Windows.Management.IMdmSessionManagerStatics interface starting with version 4.0 of the Windows.Foundation.UniversalApiContract API contract * * Class Marshaling Behavior: Standard - Class marshals using the standard marshaler * */ #if WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #ifndef RUNTIMECLASS_Windows_Management_MdmSessionManager_DEFINED #define RUNTIMECLASS_Windows_Management_MdmSessionManager_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Management_MdmSessionManager[] = L"Windows.Management.MdmSessionManager"; #endif #endif // WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION >= 0x40000 #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 // __windows2Emanagement_p_h__ #endif // __windows2Emanagement_h__