Searched refs:DLL_LOAD_FUNC_PREFIXED (Results 1 – 2 of 2) sorted by relevance
/external/libusb/libusb/os/ |
D | windows_winusb.c | 157 DLL_LOAD_FUNC_PREFIXED(AdvAPI32, p, RegQueryValueExW, true); in init_dlls() 158 DLL_LOAD_FUNC_PREFIXED(AdvAPI32, p, RegCloseKey, true); in init_dlls() 161 DLL_LOAD_FUNC_PREFIXED(OLE32, p, IIDFromString, true); in init_dlls() 164 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetClassDevsA, true); in init_dlls() 165 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInfo, true); in init_dlls() 166 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInterfaces, true); in init_dlls() 167 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetDeviceInstanceIdA, true); in init_dlls() 168 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetDeviceInterfaceDetailA, true); in init_dlls() 169 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetDeviceRegistryPropertyA, true); in init_dlls() 170 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiDestroyDeviceInfoList, true); in init_dlls() [all …]
|
D | windows_common.h | 123 #define DLL_LOAD_FUNC_PREFIXED(dll, prefix, name, ret_on_failure) \ macro
|