GetCharWidth32W method
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,
);
}