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

Function GetFileVersionInfoSizeExW

core/src/dllproxy.cc:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141EXTERN_C DWORD WINAPI GetFileVersionInfoSizeExW(DWORD dwFlags, LPCWSTR lpwstrFilename, LPDWORD lpdwHandle)
142{
143 return Forward_VERSION(GetFileVersionInfoSizeExW)(dwFlags, lpwstrFilename, lpdwHandle);
144}
145
146EXTERN_C DWORD WINAPI GetFileVersionInfoSizeW(LPCWSTR lptstrFilename, LPDWORD lpdwHandle)
147{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected