GetBoundsRect method
Implementation
int GetBoundsRect(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<LPRECT> lprect,
int flags,
) {
return (_GetBoundsRect ??=
_dylib.lookupFunction<_c_GetBoundsRect, _dart_GetBoundsRect>(
'GetBoundsRect'))(
hdc,
lprect,
flags,
);
}