GetCharWidth32W method

int GetCharWidth32W(
  1. Pointer<HDC__> hdc,
  2. int iFirst,
  3. int iLast,
  4. Pointer<Int32> lpBuffer,
)

Implementation

int GetCharWidth32W(
  ffi.Pointer<HDC__> hdc,
  int iFirst,
  int iLast,
  ffi.Pointer<ffi.Int32> lpBuffer,
) {
  return (_GetCharWidth32W ??=
      _dylib.lookupFunction<_c_GetCharWidth32W, _dart_GetCharWidth32W>(
          'GetCharWidth32W'))(
    hdc,
    iFirst,
    iLast,
    lpBuffer,
  );
}