HIGHCONTRASTW
struct HIGHCONTRASTW
Contains information about the high contrast accessibility feature. (Unicode)
using System.CodeDom.Compiler;
using Windows.Win32.Foundation;
namespace Windows.Win32.UI.Accessibility
{
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal struct HIGHCONTRASTW
{
internal uint cbSize;
internal HIGHCONTRASTW_FLAGS dwFlags;
internal PWSTR lpszDefaultScheme;
}
}