Searched defs:pDll (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainImports-win.cpp244 static void supR3HardenedFindOrLoadModule(PSUPHNTIMPDLL pDll) argument
247 uint32_t const cbName = (uint32_t)RTUtf16Len(pDll->pwszName) * sizeof(WCHAR);
260 pDll->pszName) == 0)
262 pDll->pbImageBase = (uint8_t *)pLdrEntry->DllBase;
270 if (!pDll->cImports)
271 pDll->pbImageBase = NULL; /* optional */
274 "Failed to locate %ls", pDll->pwszName);
276 HMODULE hmod = GetModuleHandleW(pDll->pwszName);
277 if (RT_UNLIKELY(!hmod && pDll->cImports))
279 "Failed to locate %ls", pDll
285 supR3HardenedParseModule(PSUPHNTIMPDLL pDll) argument
369 supR3HardenedResolveImport(PSUPHNTIMPDLL pDll, PCSUPHNTIMPFUNC pImport, bool fReportErrors) argument
425 supR3HardenedDirectSyscall(PSUPHNTIMPDLL pDll, PCSUPHNTIMPFUNC pImport, PCSUPHNTIMPSYSCALL pSyscall, PSUPHNTLDRCACHEENTRY pLdrEntry, uint8_t *pbBits, bool fReportErrors) argument
[all...]

Completed in 232 milliseconds