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

  /external/libusb/libusb/os/
windows_nt_common.c 287 DLL_LOAD_FUNC_PREFIXED(User32, p, GetMessageA, TRUE);
288 DLL_LOAD_FUNC_PREFIXED(User32, p, PeekMessageA, TRUE);
289 DLL_LOAD_FUNC_PREFIXED(User32, p, PostThreadMessageA, TRUE);
windows_common.h 138 #define DLL_LOAD_FUNC_PREFIXED(dll, prefix, name, ret_on_failure) \
windows_winusb.c 215 DLL_LOAD_FUNC_PREFIXED(AdvAPI32, p, RegQueryValueExW, TRUE);
216 DLL_LOAD_FUNC_PREFIXED(AdvAPI32, p, RegCloseKey, TRUE);
219 DLL_LOAD_FUNC_PREFIXED(Kernel32, p, IsWow64Process, FALSE);
222 DLL_LOAD_FUNC_PREFIXED(OLE32, p, CLSIDFromString, TRUE);
225 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetClassDevsA, TRUE);
226 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInfo, TRUE);
227 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInterfaces, TRUE);
228 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetDeviceInterfaceDetailA, TRUE);
229 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiDestroyDeviceInfoList, TRUE);
230 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiOpenDevRegKey, TRUE)
    [all...]

Completed in 260 milliseconds