DrawFrameControl method
Implementation
int DrawFrameControl(
ffi.Pointer<HDC__> arg0,
ffi.Pointer<LPRECT> arg1,
int arg2,
int arg3,
) {
return (_DrawFrameControl ??=
_dylib.lookupFunction<_c_DrawFrameControl, _dart_DrawFrameControl>(
'DrawFrameControl'))(
arg0,
arg1,
arg2,
arg3,
);
}