GetSysColorBrush method

Pointer<HBRUSH__> GetSysColorBrush(
  1. int nIndex
)

Implementation

ffi.Pointer<HBRUSH__> GetSysColorBrush(
  int nIndex,
) {
  return _GetSysColorBrush(
    nIndex,
  );
}