/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0613 */ /* @@MIDL_FILE_HEADING( ) */ /* 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 "rpc.h" #include "rpcndr.h" #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif /* __RPCNDR_H_VERSION__ */ #ifndef COM_NO_WINDOWS_H #include "windows.h" #include "ole2.h" #endif /*COM_NO_WINDOWS_H*/ #ifndef __windows2Ephone2Edevices2Enotification_h__ #define __windows2Ephone2Edevices2Enotification_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_FWD_DEFINED__ #define ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics; #ifdef __cplusplus namespace ABI { namespace Windows { namespace Phone { namespace Devices { namespace Notification { interface IVibrationDeviceStatics; } /* end namespace */ } /* end namespace */ } /* end namespace */ } /* end namespace */ } /* end namespace */ #endif /* __cplusplus */ #endif /* ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_FWD_DEFINED__ */ #ifndef ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_FWD_DEFINED__ #define ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_FWD_DEFINED__ typedef interface __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice; #ifdef __cplusplus namespace ABI { namespace Windows { namespace Phone { namespace Devices { namespace Notification { interface IVibrationDevice; } /* end namespace */ } /* end namespace */ } /* end namespace */ } /* end namespace */ } /* end namespace */ #endif /* __cplusplus */ #endif /* ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_FWD_DEFINED__ */ /* header files for imported files */ #include "inspectable.h" #include "AsyncInfo.h" #include "EventToken.h" #include "Windows.Foundation.h" #ifdef __cplusplus extern "C"{ #endif /* interface __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0000 */ /* [local] */ #if defined(__cplusplus) } #endif // defined(__cplusplus) #include #if defined(__cplusplus) extern "C" { #endif // defined(__cplusplus) #if !defined(__cplusplus) typedef struct __x_ABI_CWindows_CFoundation_CTimeSpan __x_ABI_CWindows_CFoundation_CTimeSpan; #endif #ifdef __cplusplus namespace ABI { namespace Windows { namespace Phone { namespace Devices { namespace Notification { class VibrationDevice; } /*Notification*/ } /*Devices*/ } /*Phone*/ } /*Windows*/ } #endif #if !defined(____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_INTERFACE_DEFINED__) extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Phone_Devices_Notification_IVibrationDeviceStatics[] = L"Windows.Phone.Devices.Notification.IVibrationDeviceStatics"; #endif /* !defined(____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_INTERFACE_DEFINED__) */ /* interface __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0000 */ /* [local] */ #ifdef __cplusplus } /* end extern "C" */ namespace ABI { namespace Windows { namespace Foundation { typedef struct TimeSpan TimeSpan; } /* end namespace */ } /* end namespace */ } /* end namespace */ extern "C" { #endif extern RPC_IF_HANDLE __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0000_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0000_v0_0_s_ifspec; #ifndef ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_INTERFACE_DEFINED__ #define ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_INTERFACE_DEFINED__ /* interface __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics */ /* [uuid][object] */ /* interface ABI::Windows::Phone::Devices::Notification::IVibrationDeviceStatics */ /* [uuid][object] */ EXTERN_C const IID IID___x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics; #if defined(__cplusplus) && !defined(CINTERFACE) } /* end extern "C" */ namespace ABI { namespace Windows { namespace Phone { namespace Devices { namespace Notification { MIDL_INTERFACE("332FD2F1-1C69-4C91-949E-4BB67A85BDC7") IVibrationDeviceStatics : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE GetDefault( /* [out][retval] */ __RPC__deref_out_opt ABI::Windows::Phone::Devices::Notification::IVibrationDevice **result) = 0; }; extern const __declspec(selectany) IID & IID_IVibrationDeviceStatics = __uuidof(IVibrationDeviceStatics); } /* end namespace */ } /* end namespace */ } /* end namespace */ } /* end namespace */ } /* end namespace */ extern "C" { #else /* C style interface */ typedef struct __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStaticsVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ _COM_Outptr_ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics * This); HRESULT ( STDMETHODCALLTYPE *GetIids )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics * This, /* [out] */ __RPC__out ULONG *iidCount, /* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids); HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics * This, /* [out] */ __RPC__deref_out_opt HSTRING *className); HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics * This, /* [out] */ __RPC__out TrustLevel *trustLevel); HRESULT ( STDMETHODCALLTYPE *GetDefault )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics * This, /* [out][retval] */ __RPC__deref_out_opt __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice **result); END_INTERFACE } __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStaticsVtbl; interface __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics { CONST_VTBL struct __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStaticsVtbl *lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_GetIids(This,iidCount,iids) \ ( (This)->lpVtbl -> GetIids(This,iidCount,iids) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_GetRuntimeClassName(This,className) \ ( (This)->lpVtbl -> GetRuntimeClassName(This,className) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_GetTrustLevel(This,trustLevel) \ ( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_GetDefault(This,result) \ ( (This)->lpVtbl -> GetDefault(This,result) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceStatics_INTERFACE_DEFINED__ */ /* interface __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0001 */ /* [local] */ #if !defined(____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_INTERFACE_DEFINED__) extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Windows_Phone_Devices_Notification_IVibrationDevice[] = L"Windows.Phone.Devices.Notification.IVibrationDevice"; #endif /* !defined(____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_INTERFACE_DEFINED__) */ /* interface __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0001 */ /* [local] */ extern RPC_IF_HANDLE __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0001_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0001_v0_0_s_ifspec; #ifndef ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_INTERFACE_DEFINED__ #define ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_INTERFACE_DEFINED__ /* interface __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice */ /* [uuid][object] */ /* interface ABI::Windows::Phone::Devices::Notification::IVibrationDevice */ /* [uuid][object] */ EXTERN_C const IID IID___x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice; #if defined(__cplusplus) && !defined(CINTERFACE) } /* end extern "C" */ namespace ABI { namespace Windows { namespace Phone { namespace Devices { namespace Notification { MIDL_INTERFACE("1B4A6595-CFCD-4E08-92FB-C1906D04498C") IVibrationDevice : public IInspectable { public: virtual HRESULT STDMETHODCALLTYPE Vibrate( /* [in] */ ABI::Windows::Foundation::TimeSpan duration) = 0; virtual HRESULT STDMETHODCALLTYPE Cancel( void) = 0; }; extern const __declspec(selectany) IID & IID_IVibrationDevice = __uuidof(IVibrationDevice); } /* end namespace */ } /* end namespace */ } /* end namespace */ } /* end namespace */ } /* end namespace */ extern "C" { #else /* C style interface */ typedef struct __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ _COM_Outptr_ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice * This); HRESULT ( STDMETHODCALLTYPE *GetIids )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice * This, /* [out] */ __RPC__out ULONG *iidCount, /* [size_is][size_is][out] */ __RPC__deref_out_ecount_full_opt(*iidCount) IID **iids); HRESULT ( STDMETHODCALLTYPE *GetRuntimeClassName )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice * This, /* [out] */ __RPC__deref_out_opt HSTRING *className); HRESULT ( STDMETHODCALLTYPE *GetTrustLevel )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice * This, /* [out] */ __RPC__out TrustLevel *trustLevel); HRESULT ( STDMETHODCALLTYPE *Vibrate )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice * This, /* [in] */ __x_ABI_CWindows_CFoundation_CTimeSpan duration); HRESULT ( STDMETHODCALLTYPE *Cancel )( __RPC__in __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice * This); END_INTERFACE } __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceVtbl; interface __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice { CONST_VTBL struct __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDeviceVtbl *lpVtbl; }; #ifdef COBJMACROS #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_GetIids(This,iidCount,iids) \ ( (This)->lpVtbl -> GetIids(This,iidCount,iids) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_GetRuntimeClassName(This,className) \ ( (This)->lpVtbl -> GetRuntimeClassName(This,className) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_GetTrustLevel(This,trustLevel) \ ( (This)->lpVtbl -> GetTrustLevel(This,trustLevel) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_Vibrate(This,duration) \ ( (This)->lpVtbl -> Vibrate(This,duration) ) #define __x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_Cancel(This) \ ( (This)->lpVtbl -> Cancel(This) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* ____x_ABI_CWindows_CPhone_CDevices_CNotification_CIVibrationDevice_INTERFACE_DEFINED__ */ /* interface __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0002 */ /* [local] */ #ifndef RUNTIMECLASS_Windows_Phone_Devices_Notification_VibrationDevice_DEFINED #define RUNTIMECLASS_Windows_Phone_Devices_Notification_VibrationDevice_DEFINED extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Windows_Phone_Devices_Notification_VibrationDevice[] = L"Windows.Phone.Devices.Notification.VibrationDevice"; #endif /* interface __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0002 */ /* [local] */ extern RPC_IF_HANDLE __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0002_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_windows2Ephone2Edevices2Enotification_0000_0002_v0_0_s_ifspec; /* Additional Prototypes for ALL interfaces */ /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif