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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbMon.cpp389 static DECLCALLBACK(BOOLEAN) vboxUsbObjNamePrefixMatch(PUNICODE_STRING pName, PUNICODE_STRING pNamePrefix, BOOLEAN fCaseInSensitive) argument
392 LOG_USTR(pNamePrefix);
393 if (pNamePrefix->Length > pName->Length)
395 LOG(("Pregix Length(%d) > Name Length(%d)", pNamePrefix->Length, pName->Length));
399 LOG(("Pregix Length(%d) <= Name Length(%d)", pNamePrefix->Length, pName->Length));
402 NamePrefix.Length = pNamePrefix->Length;
403 LONG rc = RtlCompareUnicodeString(&NamePrefix, pNamePrefix, fCaseInSensitive);
417 PUNICODE_STRING pNamePrefix; member in struct:VBOXUSBOBJNAMEPREFIXMATCHER
424 PUNICODE_STRING pNamePrefix = pData->pNamePrefix; local
[all...]

Completed in 46 milliseconds