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

Function My_GetFileVersionInfoW

src/version_proxy.cpp:203–208  ·  view source on GitHub ↗

9 */

Source from the content-addressed store, hash-verified

201}
202
203/* 9 */ BOOL WINAPI My_GetFileVersionInfoW(
204 LPCWSTR lpFileName, DWORD dwHandle, DWORD dwLen, LPVOID lpData)
205{
206 InitRealDll();
207 return pGetFileVersionInfoW(lpFileName, dwHandle, dwLen, lpData);
208}
209
210/* 10 */ DWORD WINAPI My_VerFindFileA(
211 DWORD dwFlags, LPSTR lpFilename, LPSTR lpWinDir, LPSTR lpAppDir,

Callers

nothing calls this directly

Calls 1

InitRealDllFunction · 0.85

Tested by

no test coverage detected