8 */
| 194 | } |
| 195 | |
| 196 | /* 8 */ DWORD WINAPI My_GetFileVersionInfoSizeW( |
| 197 | LPCWSTR lpFileName, LPDWORD lpdwHandle) |
| 198 | { |
| 199 | InitRealDll(); |
| 200 | return pGetFileVersionInfoSizeW(lpFileName, lpdwHandle); |
| 201 | } |
| 202 | |
| 203 | /* 9 */ BOOL WINAPI My_GetFileVersionInfoW( |
| 204 | LPCWSTR lpFileName, DWORD dwHandle, DWORD dwLen, LPVOID lpData) |
nothing calls this directly
no test coverage detected