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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbMon.cpp401 UNICODE_STRING NamePrefix = *pName; local
402 NamePrefix.Length = pNamePrefix->Length;
403 LONG rc = RtlCompareUnicodeString(&NamePrefix, pNamePrefix, fCaseInSensitive);

Completed in 48 milliseconds