GetThemeSysColor function uxtheme

int GetThemeSysColor(
  1. int hTheme,
  2. int iColorId
)

Retrieves the value of a system color.

COLORREF GetThemeSysColor(
  HTHEME hTheme,
  int    iColorId
);

Implementation

int GetThemeSysColor(int hTheme, int iColorId) =>
    _GetThemeSysColor(hTheme, iColorId);