Searched defs:wcNeedle (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.
386 * @param wcNeedle The character to search for.
388 static PRTUTF16 suplibHardenedWStrChr(PCRTUTF16 pwszHaystack, RTUTF16 wcNeedle) argument
393 if (wcCur == wcNeedle)

Completed in 61 milliseconds