HomeSort by relevance Sort by last modified time
    Searched refs:SetupDiOpenDevRegKey (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 102 SetupDiOpenDevRegKey = setupapi.SetupDiOpenDevRegKey
103 SetupDiOpenDevRegKey.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM]
104 SetupDiOpenDevRegKey.restype = HKEY
155 hkey = SetupDiOpenDevRegKey(
  /external/libusb/libusb/os/
windows_winusb.h 323 DLL_DECLARE_FUNC_PREFIXED(WINAPI, HKEY, p, SetupDiOpenDevRegKey, (HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM));
windows_winusb.c 230 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiOpenDevRegKey, TRUE);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h     [all...]

Completed in 109 milliseconds