ImageCodecInfo
struct ImageCodecInfo
using System;
using System.CodeDom.Compiler;
using Windows.Win32.Foundation;
namespace Windows.Win32.Graphics.GdiPlus
{
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.106+a37a0b4b70")]
internal struct ImageCodecInfo
{
internal Guid Clsid;
internal Guid FormatID;
internal PCWSTR CodecName;
internal PCWSTR DllName;
internal PCWSTR FormatDescription;
internal PCWSTR FilenameExtension;
internal PCWSTR MimeType;
internal uint Flags;
internal uint Version;
internal uint SigCount;
internal uint SigSize;
internal unsafe byte* SigPattern;
internal unsafe byte* SigMask;
}
}