Searched refs:bString (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb100.h104 WCHAR bString[1]; member in struct:_USB_STRING_DESCRIPTOR
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb100.h104 WCHAR bString[1]; member in struct:_USB_STRING_DESCRIPTOR
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.cpp133 pUnicode->Buffer = pDr->bString;
134 pUnicode->Length = pUnicode->MaximumLength = pDr->bLength - RT_OFFSETOF(USB_STRING_DESCRIPTOR, bString);
203 AssertCompile(sizeof (pDr->bString[0]) == sizeof (uint16_t));
204 *pLangId = pDr->bString[0];
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp350 int rc = RTUtf16ToUtf8((PCRTUTF16)pDrList->StrDr.bString, lppszString);
668 USHORT *pIdLang = pLandStrDr->bString;
669 ULONG cIdLang = (pLandStrDr->bLength - RT_OFFSETOF(USB_STRING_DESCRIPTOR, bString)) / sizeof (*pIdLang);

Completed in 38 milliseconds