VerInstallFileW method
Implementation
int VerInstallFileW(
int uFlags,
ffi.Pointer<ffi.Uint16> szSrcFileName,
ffi.Pointer<ffi.Uint16> szDestFileName,
ffi.Pointer<ffi.Uint16> szSrcDir,
ffi.Pointer<ffi.Uint16> szDestDir,
ffi.Pointer<ffi.Uint16> szCurDir,
ffi.Pointer<ffi.Uint16> szTmpFile,
ffi.Pointer<ffi.Uint32> puTmpFileLen,
) {
return (_VerInstallFileW ??=
_dylib.lookupFunction<_c_VerInstallFileW, _dart_VerInstallFileW>(
'VerInstallFileW'))(
uFlags,
szSrcFileName,
szDestFileName,
szSrcDir,
szDestDir,
szCurDir,
szTmpFile,
puTmpFileLen,
);
}