OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hkey_device_interface
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c
420
HKEY
hkey_device_interface
=pSetupDiOpenDeviceInterfaceRegKey(*dev_info,&dev_interface_data,0,KEY_READ);
local
421
if (
hkey_device_interface
!= INVALID_HANDLE_VALUE) {
426
status = pRegQueryValueExW(
hkey_device_interface
, L"LUsb0", NULL, &value_type,
438
pRegCloseKey(
hkey_device_interface
);
[
all
...]
Completed in 126 milliseconds