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

Function GetFileVersionInfoByHandle

core/src/dllproxy.cc:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116EXTERN_C int WINAPI GetFileVersionInfoByHandle(int hMem, LPCWSTR lpFileName, int v2, int v3)
117{
118 return Forward_VERSION(GetFileVersionInfoByHandle)(hMem, lpFileName, v2, v3);
119}
120
121EXTERN_C BOOL WINAPI GetFileVersionInfoExA(DWORD dwFlags, LPCSTR lpwstrFilename, DWORD dwHandle, DWORD dwLen, LPVOID lpData)
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected