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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp1260 * @param pUniStr2 The first unicode string.
1262 static bool supHardNtVpAreUniStringsEqual(PCUNICODE_STRING pUniStr1, PCUNICODE_STRING pUniStr2) argument
1264 if (pUniStr1->Length != pUniStr2->Length)
1266 return suplibHardenedMemComp(pUniStr1->Buffer, pUniStr2->Buffer, pUniStr1->Length) == 0;

Completed in 62 milliseconds