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

Function GetFileVersionInfoExW

core/src/dllproxy.cc:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126EXTERN_C BOOL WINAPI GetFileVersionInfoExW(DWORD dwFlags, LPCWSTR lpwstrFilename, DWORD dwHandle, DWORD dwLen, LPVOID lpData)
127{
128 return Forward_VERSION(GetFileVersionInfoExW)(dwFlags, lpwstrFilename, dwHandle, dwLen, lpData);
129}
130
131EXTERN_C DWORD WINAPI GetFileVersionInfoSizeA(LPCSTR lptstrFilename, LPDWORD lpdwHandle)
132{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected