Windows.Win32.UI.ViewManagement.IUISettings3
WinRT ABI for Windows.UI.ViewManagement.IUISettings3.
namespace Windows.Win32.UI.ViewManagement
{
internal struct IUISettings3 : IComIID
{
public static Guid IID_Guid { get; }
public unsafe HRESULT QueryInterface(Guid* riid, void** ppvObject);
public uint AddRef();
public uint Release();
public unsafe HRESULT GetColorValue(UIColorType desiredColor, UIColor* value);
}
}