UpdateColors method

int UpdateColors(
  1. Pointer<HDC__> hdc
)

Implementation

int UpdateColors(
  ffi.Pointer<HDC__> hdc,
) {
  return _UpdateColors(
    hdc,
  );
}