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

Function GetFileVersionInfoSizeW

core/src/dllproxy.cc:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146EXTERN_C DWORD WINAPI GetFileVersionInfoSizeW(LPCWSTR lptstrFilename, LPDWORD lpdwHandle)
147{
148 return Forward_VERSION(GetFileVersionInfoSizeW)(lptstrFilename, lpdwHandle);
149}
150
151EXTERN_C BOOL WINAPI GetFileVersionInfoW(LPCWSTR lptstrFilename, DWORD dwHandle, DWORD dwLen, LPVOID lpData)
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected