// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace Win32.Graphics.Dxgi; public static unsafe partial class Apis { /// [DllImport("dxgi.dll", ExactSpelling = true)] public static extern HResult CreateDXGIFactory(Guid* riid, void** ppFactory); /// [DllImport("dxgi.dll", ExactSpelling = true)] public static extern HResult CreateDXGIFactory1(Guid* riid, void** ppFactory); /// [DllImport("dxgi.dll", ExactSpelling = true)] public static extern HResult CreateDXGIFactory2(uint Flags, Guid* riid, void** ppFactory); /// [DllImport("dxgi.dll", ExactSpelling = true)] public static extern HResult DXGIGetDebugInterface1(uint Flags, Guid* riid, void** pDebug); /// [DllImport("dxgi.dll", ExactSpelling = true)] public static extern HResult DXGIDeclareAdapterRemovalSupport(); }