UpdateResourceW method
Implementation
int UpdateResourceW(
ffi.Pointer<ffi.Void> hUpdate,
ffi.Pointer<ffi.Uint16> lpType,
ffi.Pointer<ffi.Uint16> lpName,
int wLanguage,
ffi.Pointer<ffi.Void> lpData,
int cb,
) {
return (_UpdateResourceW ??=
_dylib.lookupFunction<_c_UpdateResourceW, _dart_UpdateResourceW>(
'UpdateResourceW'))(
hUpdate,
lpType,
lpName,
wLanguage,
lpData,
cb,
);
}