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

Function VerFindFileA

core/src/dllproxy.cc:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156EXTERN_C DWORD WINAPI VerFindFileA(DWORD uFlags, LPCSTR szFileName, LPCSTR szWinDir, LPCSTR szAppDir, LPSTR szCurDir, PUINT lpuCurDirLen, LPSTR szDestDir, PUINT lpuDestDirLen)
157{
158 return Forward_VERSION(VerFindFileA)(uFlags, szFileName, szWinDir, szAppDir, szCurDir, lpuCurDirLen, szDestDir, lpuDestDirLen);
159}
160
161EXTERN_C DWORD WINAPI VerFindFileW(DWORD uFlags, LPCWSTR szFileName, LPCWSTR szWinDir, LPCWSTR szAppDir, LPWSTR szCurDir, PUINT lpuCurDirLen, LPWSTR szDestDir, PUINT lpuDestDirLen)
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected