search for: privcopyfileexw

Displaying 1 result from an estimated 1 matches for "privcopyfileexw".

2008 Sep 10
1
peimg /inf running on wine
..., wine crashed because of a call of an unimplemented function PrivCoyFileExW which is really just a stub. Unfortunately this is an undocumented function so I had to guess: build/wine-1.1.2/dlls/kernel32/path.c /************************************************************************** * PrivCopyFileExW (KERNEL32.@) * * This implementation ignores most of the extra parameters passed-in into * the "ex" version of the method and calls the CopyFile method. * It will have to be fixed eventually. */ BOOL WINAPI PrivCopyFileExW(LPCWSTR sourceFilename, LPCWSTR destFilename,...