swift-cwinrt/Sources/CWinRT/include/Microsoft.Windows.Widgets.h
2024-02-15 17:12:35 -08:00

22 lines
619 B
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"
/* Forward Declarations */
// Parameterized interface forward declarations (C)
// Collection interface definitions
enum __x_ABI_CMicrosoft_CWindows_CWidgets_CWidgetSize
{
__x_ABI_CMicrosoft_CWindows_CWidgets_CWidgetSize_Small = 0,
__x_ABI_CMicrosoft_CWindows_CWidgets_CWidgetSize_Medium = 1,
__x_ABI_CMicrosoft_CWindows_CWidgets_CWidgetSize_Large = 2,
};