GetThemeSysColorBrush function uxtheme

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

Retrieves a system color brush.

HBRUSH GetThemeSysColorBrush(
  HTHEME hTheme,
  int    iColorId
);

Implementation

int GetThemeSysColorBrush(int hTheme, int iColorId) =>
    _GetThemeSysColorBrush(hTheme, iColorId);