swift-cwinrt/Sources/CWinRT/include/Windows.UI.Core.AnimationMetrics.h
2024-02-15 17:12:35 -08:00

499 lines
31 KiB
C

// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1
#pragma once
// Header files for imported files
#include <inspectable.h>
#include <EventToken.h>
#include <windowscontracts.h>
#include "Windows.Foundation.h"
// Importing Collections header
#include "Windows.Foundation.Collections.h"
/* Forward Declarations */
#ifndef ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription;
#endif // ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory;
#endif // ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation;
#endif // ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation;
#endif // ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation_FWD_DEFINED__
#ifndef ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation_FWD_DEFINED__
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation;
#endif // ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation_FWD_DEFINED__
// Parameterized interface forward declarations (C)
// Collection interface definitions
#if !defined(____x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation;
typedef struct __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Current)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation** result);
HRESULT (STDMETHODCALLTYPE* get_HasCurrent)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
boolean* result);
HRESULT (STDMETHODCALLTYPE* MoveNext)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
boolean* result);
HRESULT (STDMETHODCALLTYPE* GetMany)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
UINT32 itemsLength,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation** items,
UINT32* result);
END_INTERFACE
} __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl;
interface __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation
{
CONST_VTBL struct __x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation;
typedef struct __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* First)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
__x_ABI_C__FIIterator_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation** result);
END_INTERFACE
} __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl;
interface __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation
{
CONST_VTBL struct __x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIIterable_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation;
typedef struct __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* GetAt)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
UINT32 index,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation** result);
HRESULT (STDMETHODCALLTYPE* get_Size)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
UINT32* result);
HRESULT (STDMETHODCALLTYPE* IndexOf)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* value,
UINT32* index,
boolean* result);
HRESULT (STDMETHODCALLTYPE* GetMany)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation* This,
UINT32 startIndex,
UINT32 itemsLength,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation** items,
UINT32* result);
END_INTERFACE
} __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl;
interface __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation
{
CONST_VTBL struct __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimationVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation_INTERFACE_DEFINED__
#if !defined(____x_ABI_C__FIReference_1_float_INTERFACE_DEFINED__)
#define ____x_ABI_C__FIReference_1_float_INTERFACE_DEFINED__
typedef interface __x_ABI_C__FIReference_1_float __x_ABI_C__FIReference_1_float;
// Declare the parameterized interface IID.
EXTERN_C const IID IID___x_ABI_C__FIReference_1_float;
typedef struct __x_ABI_C__FIReference_1_floatVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIReference_1_float* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIReference_1_float* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIReference_1_float* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIReference_1_float* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIReference_1_float* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIReference_1_float* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Value)(__x_ABI_C__FIReference_1_float* This,
FLOAT* result);
END_INTERFACE
} __x_ABI_C__FIReference_1_floatVtbl;
interface __x_ABI_C__FIReference_1_float
{
CONST_VTBL struct __x_ABI_C__FIReference_1_floatVtbl* lpVtbl;
};
#endif // ____x_ABI_C__FIReference_1_float_INTERFACE_DEFINED__
#ifndef ____x_ABI_CWindows_CFoundation_CIPropertyValue_FWD_DEFINED__
#define ____x_ABI_CWindows_CFoundation_CIPropertyValue_FWD_DEFINED__
typedef interface __x_ABI_CWindows_CFoundation_CIPropertyValue __x_ABI_CWindows_CFoundation_CIPropertyValue;
#endif // ____x_ABI_CWindows_CFoundation_CIPropertyValue_FWD_DEFINED__
typedef struct __x_ABI_CWindows_CFoundation_CPoint __x_ABI_CWindows_CFoundation_CPoint;
typedef struct __x_ABI_CWindows_CFoundation_CTimeSpan __x_ABI_CWindows_CFoundation_CTimeSpan;
typedef enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect;
typedef enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget;
typedef enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CPropertyAnimationType __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CPropertyAnimationType;
enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect
{
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_Expand = 0,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_Collapse = 1,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_Reposition = 2,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_FadeIn = 3,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_FadeOut = 4,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_AddToList = 5,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_DeleteFromList = 6,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_AddToGrid = 7,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_DeleteFromGrid = 8,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_AddToSearchGrid = 9,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_DeleteFromSearchGrid = 10,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_AddToSearchList = 11,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_DeleteFromSearchList = 12,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_ShowEdgeUI = 13,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_ShowPanel = 14,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_HideEdgeUI = 15,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_HidePanel = 16,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_ShowPopup = 17,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_HidePopup = 18,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_PointerDown = 19,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_PointerUp = 20,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_DragSourceStart = 21,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_DragSourceEnd = 22,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_TransitionContent = 23,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_Reveal = 24,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_Hide = 25,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_DragBetweenEnter = 26,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_DragBetweenLeave = 27,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_SwipeSelect = 28,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_SwipeDeselect = 29,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_SwipeReveal = 30,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_EnterPage = 31,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_TransitionPage = 32,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_CrossFade = 33,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_Peek = 34,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect_UpdateBadge = 35,
};
enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget
{
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Primary = 0,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Added = 1,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Affected = 2,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Background = 3,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Content = 4,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Deleted = 5,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Deselected = 6,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_DragSource = 7,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Hidden = 8,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Incoming = 9,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Outgoing = 10,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Outline = 11,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Remaining = 12,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Revealed = 13,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_RowIn = 14,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_RowOut = 15,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Selected = 16,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Selection = 17,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Shown = 18,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget_Tapped = 19,
};
enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CPropertyAnimationType
{
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CPropertyAnimationType_Scale = 0,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CPropertyAnimationType_Translation = 1,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CPropertyAnimationType_Opacity = 2,
};
#if !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Animations)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CUI__CCore__CAnimationMetrics__CIPropertyAnimation** value);
HRESULT (STDMETHODCALLTYPE* get_StaggerDelay)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
struct __x_ABI_CWindows_CFoundation_CTimeSpan* value);
HRESULT (STDMETHODCALLTYPE* get_StaggerDelayFactor)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
FLOAT* value);
HRESULT (STDMETHODCALLTYPE* get_DelayLimit)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
struct __x_ABI_CWindows_CFoundation_CTimeSpan* value);
HRESULT (STDMETHODCALLTYPE* get_ZOrder)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription* This,
INT32* value);
END_INTERFACE
} __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionVtbl;
interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription;
#endif /* !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactoryVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* CreateInstance)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory* This,
enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffect effect,
enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CAnimationEffectTarget target,
__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescription** animation);
END_INTERFACE
} __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactoryVtbl;
interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactoryVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory;
#endif /* !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIAnimationDescriptionFactory_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimationVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_InitialOpacity)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation* This,
__x_ABI_C__FIReference_1_float** value);
HRESULT (STDMETHODCALLTYPE* get_FinalOpacity)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation* This,
FLOAT* value);
END_INTERFACE
} __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimationVtbl;
interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimationVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation;
#endif /* !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIOpacityAnimation_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimationVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_Type)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
enum __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CPropertyAnimationType* value);
HRESULT (STDMETHODCALLTYPE* get_Delay)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
struct __x_ABI_CWindows_CFoundation_CTimeSpan* value);
HRESULT (STDMETHODCALLTYPE* get_Duration)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
struct __x_ABI_CWindows_CFoundation_CTimeSpan* value);
HRESULT (STDMETHODCALLTYPE* get_Control1)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
struct __x_ABI_CWindows_CFoundation_CPoint* value);
HRESULT (STDMETHODCALLTYPE* get_Control2)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation* This,
struct __x_ABI_CWindows_CFoundation_CPoint* value);
END_INTERFACE
} __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimationVtbl;
interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimationVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation;
#endif /* !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIPropertyAnimation_INTERFACE_DEFINED__) */
#if !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation_INTERFACE_DEFINED__)
#define ____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation_INTERFACE_DEFINED__
typedef struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimationVtbl
{
BEGIN_INTERFACE
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
REFIID riid,
void** ppvObject);
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This);
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This);
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
ULONG* iidCount,
IID** iids);
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
HSTRING* className);
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
TrustLevel* trustLevel);
HRESULT (STDMETHODCALLTYPE* get_InitialScaleX)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
__x_ABI_C__FIReference_1_float** value);
HRESULT (STDMETHODCALLTYPE* get_InitialScaleY)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
__x_ABI_C__FIReference_1_float** value);
HRESULT (STDMETHODCALLTYPE* get_FinalScaleX)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
FLOAT* value);
HRESULT (STDMETHODCALLTYPE* get_FinalScaleY)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
FLOAT* value);
HRESULT (STDMETHODCALLTYPE* get_NormalizedOrigin)(__x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation* This,
struct __x_ABI_CWindows_CFoundation_CPoint* value);
END_INTERFACE
} __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimationVtbl;
interface __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation
{
CONST_VTBL struct __x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimationVtbl* lpVtbl;
};
EXTERN_C const IID IID___x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation;
#endif /* !defined(____x_ABI_CWindows_CUI_CCore_CAnimationMetrics_CIScaleAnimation_INTERFACE_DEFINED__) */