GetTextColor method

int GetTextColor(
  1. Pointer<HDC__> hdc
)

Implementation

int GetTextColor(
  ffi.Pointer<HDC__> hdc,
) {
  return _GetTextColor(
    hdc,
  );
}