Microsoft.Identity.Client.Platforms.Features.DesktopOs.USEROBJECTFLAGS
struct USEROBJECTFLAGS
namespace Microsoft.Identity.Client.Platforms.Features.DesktopOs
{
internal struct USEROBJECTFLAGS
{
public int fInherit;
public int fReserved;
public int dwFlags;
}
}