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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp165 /** The length of pwszAltSearchDir if available. */
169 PWCHAR pwszAltSearchDir; member in struct:VERIFIERCACHEIMPORT
839 pImport->pwszAltSearchDir = NULL;
844 pImport->pwszAltSearchDir = (PRTUTF16)&pImport->szName[cbNameAligned];
845 memcpy(pImport->pwszAltSearchDir, pawcDir, cwcDir * sizeof(RTUTF16));
846 pImport->pwszAltSearchDir[cwcDir] = '\0';
895 || !supR3HardenedWinVerifyCacheLookupImport(pCur->pwszAltSearchDir, pCur->cwcAltSearchDir, pCur->szName)) )
986 { pCur->pwszAltSearchDir, pCur->cwcAltSearchDir },

Completed in 1395 milliseconds