MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / GetFileVersionInfoW

Function GetFileVersionInfoW

core/src/dllproxy.cc:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151EXTERN_C BOOL WINAPI GetFileVersionInfoW(LPCWSTR lptstrFilename, DWORD dwHandle, DWORD dwLen, LPVOID lpData)
152{
153 return Forward_VERSION(GetFileVersionInfoW)(lptstrFilename, dwHandle, dwLen, lpData);
154}
155
156EXTERN_C DWORD WINAPI VerFindFileA(DWORD uFlags, LPCSTR szFileName, LPCSTR szWinDir, LPCSTR szAppDir, LPSTR szCurDir, PUINT lpuCurDirLen, LPSTR szDestDir, PUINT lpuDestDirLen)
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected