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

Function My_VerInstallFileW

src/version_proxy.cpp:237–244  ·  view source on GitHub ↗

13 */

Source from the content-addressed store, hash-verified

235}
236
237/* 13 */ DWORD WINAPI My_VerInstallFileW(
238 DWORD dwFlags, LPWSTR lpSrcFileName, LPWSTR lpDestFileName,
239 LPWSTR lpSrcDir, LPWSTR lpDestDir, LPWSTR lpCurDir, LPWSTR lpTempDir, PUINT puTempFileLen)
240{
241 InitRealDll();
242 return pVerInstallFileW(dwFlags, lpSrcFileName, lpDestFileName,
243 lpSrcDir, lpDestDir, lpCurDir, lpTempDir, puTempFileLen);
244}
245
246/* 14 */ DWORD WINAPI My_VerLanguageNameA(
247 DWORD wLangId, LPSTR lpLangName, DWORD nSize)

Callers

nothing calls this directly

Calls 1

InitRealDllFunction · 0.85

Tested by

no test coverage detected