<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.2.25502.107" />
ROT_FLAGS
using System;
using System.
CodeDom.
Compiler;
namespace Windows.
Win32.
System.
Com
{
[
Flags]
[
GeneratedCode(
"Microsoft.Windows.CsWin32",
"0.3.151+58e949951d.RR")]
internal enum ROT_FLAGS :
uint
{
ROTFLAGS_REGISTRATIONKEEPSALIVE =
1,
ROTFLAGS_ALLOWANYCLIENT =
2
}
}