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

Function My_VerFindFileA

src/version_proxy.cpp:210–217  ·  view source on GitHub ↗

10 */

Source from the content-addressed store, hash-verified

208}
209
210/* 10 */ DWORD WINAPI My_VerFindFileA(
211 DWORD dwFlags, LPSTR lpFilename, LPSTR lpWinDir, LPSTR lpAppDir,
212 LPSTR lpCurDir, PUINT puCurDirLen, LPSTR lpDestFolder, PUINT puDestFolderLen)
213{
214 InitRealDll();
215 return pVerFindFileA(dwFlags, lpFilename, lpWinDir, lpAppDir,
216 lpCurDir, puCurDirLen, lpDestFolder, puDestFolderLen);
217}
218
219/* 11 */ DWORD WINAPI My_VerFindFileW(
220 DWORD dwFlags, LPWSTR lpFilename, LPWSTR lpWinDir, LPWSTR lpAppDir,

Callers

nothing calls this directly

Calls 1

InitRealDllFunction · 0.85

Tested by

no test coverage detected