MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / My_VerFindFileW

Function My_VerFindFileW

src/version_proxy.cpp:219–226  ·  view source on GitHub ↗

11 */

Source from the content-addressed store, hash-verified

217}
218
219/* 11 */ DWORD WINAPI My_VerFindFileW(
220 DWORD dwFlags, LPWSTR lpFilename, LPWSTR lpWinDir, LPWSTR lpAppDir,
221 LPWSTR lpCurDir, PUINT puCurDirLen, LPWSTR lpDestFolder, PUINT puDestFolderLen)
222{
223 InitRealDll();
224 return pVerFindFileW(dwFlags, lpFilename, lpWinDir, lpAppDir,
225 lpCurDir, puCurDirLen, lpDestFolder, puDestFolderLen);
226}
227
228/* 12 */ DWORD WINAPI My_VerInstallFileA(
229 DWORD dwFlags, LPSTR lpSrcFileName, LPSTR lpDestFileName,

Callers

nothing calls this directly

Calls 1

InitRealDllFunction · 0.85

Tested by

no test coverage detected