Lines Matching full:dll
17 // AdbWinApi.cpp : Implementation of DLL Exports.
41 // Unload AdbWinUsbApi.dll before we exit
47 /** \brief Loads AdbWinUsbApi.dll and caches its InstantiateWinUsbInterface
51 method we will check if WINUSB.DLL required by AdbWinUsbApi.dll is
52 installed, and if it is we will load AdbWinUsbApi.dll and cache address of
53 InstantiateWinUsbInterface routine exported from AdbWinUsbApi.dll
64 // Before we can load AdbWinUsbApi.dll we must make sure that WINUSB.DLL
70 wcscat(path_to_winusb_dll, L"\\WINUSB.DLL");
73 // WINUSB.DLL is not installed. We don't (in fact, can't) load
74 // AdbWinUsbApi.dll
78 // WINUSB.DLL is installed. Lets load AdbWinUsbApi.dll and cache its
80 // We require that AdbWinUsbApi.dll is located in the same folder
81 // where AdbWinApi.dll and adb.exe are located, so by Windows
83 adbwinusbapi_handle_ = LoadLibrary(L"AdbWinUsbApi.dll");
91 /// Handle to the loaded AdbWinUsbApi.dll
100 // DLL Entry Point
105 // variable. We do that only once, on condition that this DLL is