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

Function GetFileVersionInfoSizeExA

core/src/dllproxy.cc:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136EXTERN_C DWORD WINAPI GetFileVersionInfoSizeExA(DWORD dwFlags, LPCSTR lpwstrFilename, LPDWORD lpdwHandle)
137{
138 return Forward_VERSION(GetFileVersionInfoSizeExA)(dwFlags, lpwstrFilename, lpdwHandle);
139}
140
141EXTERN_C DWORD WINAPI GetFileVersionInfoSizeExW(DWORD dwFlags, LPCWSTR lpwstrFilename, LPDWORD lpdwHandle)
142{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected