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

Function GetFileVersionInfoExA

core/src/dllproxy.cc:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121EXTERN_C BOOL WINAPI GetFileVersionInfoExA(DWORD dwFlags, LPCSTR lpwstrFilename, DWORD dwHandle, DWORD dwLen, LPVOID lpData)
122{
123 return Forward_VERSION(GetFileVersionInfoExA)(dwFlags, lpwstrFilename, dwHandle, dwLen, lpData);
124}
125
126EXTERN_C BOOL WINAPI GetFileVersionInfoExW(DWORD dwFlags, LPCWSTR lpwstrFilename, DWORD dwHandle, DWORD dwLen, LPVOID lpData)
127{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected