| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/winrt/ |
Upload File : |
//---------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//---------------------------------------------------------------------------
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#ifndef __WINDOWS_GRAPHICS_INTEROP_H
#define __WINDOWS_GRAPHICS_INTEROP_H
#include <windows.graphics.h>
#include <sdkddkver.h>
// Forward declarations
interface ID2D1Geometry;
interface ID2D1Factory;
#if defined(____x_ABI_CWindows_CFoundation_CIClosable_FWD_DEFINED__) || defined(MIDL_NS_PREFIX)
namespace ABI {
#endif
namespace Windows {
namespace Graphics {
//------------------------------------------------------------------------------
//
// interface IGeometrySource2DInterop
//
//------------------------------------------------------------------------------
#undef INTERFACE
#define INTERFACE IGeometrySource2DInterop
DECLARE_INTERFACE_IID_(IGeometrySource2DInterop, IUnknown, "0657AF73-53FD-47CF-84FF-C8492D2A80A3")
{
IFACEMETHOD(GetGeometry)(
_COM_Outptr_ ID2D1Geometry** value
) PURE;
IFACEMETHOD(TryGetGeometryUsingFactory)(
_In_ ID2D1Factory* factory,
_COM_Outptr_result_maybenull_ ID2D1Geometry** value
) PURE;
};
} // namespace Graphics
} // namespace Windows
#if defined(____x_ABI_CWindows_CFoundation_CIClosable_FWD_DEFINED__) || defined(MIDL_NS_PREFIX)
} // namespace ABI
#endif
#endif // __WINDOWS_GRAPHICS_INTEROP_H