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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp383 * @returns Pointer to the first location of @a wcNeedle in @a pwszHaystack.
385 * @param pwszHaystack Pointer to the string that should be searched.
388 static PRTUTF16 suplibHardenedWStrChr(PCRTUTF16 pwszHaystack, RTUTF16 wcNeedle) argument
392 RTUTF16 wcCur = *pwszHaystack;
394 return (PRTUTF16)pwszHaystack;
397 pwszHaystack++;

Completed in 63 milliseconds