GetTextColor method

int GetTextColor(
  1. Pointer<HDC__> hdc
)

Implementation

int GetTextColor(
  ffi.Pointer<HDC__> hdc,
) {
  return (_GetTextColor ??= _dylib
      .lookupFunction<_c_GetTextColor, _dart_GetTextColor>('GetTextColor'))(
    hdc,
  );
}