GetSysColorBrush function user32

int GetSysColorBrush(
  1. int nIndex
)

The GetSysColorBrush function retrieves a handle identifying a logical brush that corresponds to the specified color index.

HBRUSH GetSysColorBrush(
  int nIndex
);

Implementation

int GetSysColorBrush(int nIndex) => _GetSysColorBrush(nIndex);