OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLL_LOAD_PREFIXED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h
108
#define
DLL_LOAD_PREFIXED
(dll, prefix, name, ret_on_failure) DLL_LOAD_PREFIXNAME(dll, prefix##name, name, ret_on_failure)
windows_usb.c
234
DLL_LOAD_PREFIXED
(OLE32.dll, p, CLSIDFromString, TRUE);
235
DLL_LOAD_PREFIXED
(SetupAPI.dll, p, SetupDiGetClassDevsA, TRUE);
236
DLL_LOAD_PREFIXED
(SetupAPI.dll, p, SetupDiEnumDeviceInfo, TRUE);
237
DLL_LOAD_PREFIXED
(SetupAPI.dll, p, SetupDiEnumDeviceInterfaces, TRUE);
238
DLL_LOAD_PREFIXED
(SetupAPI.dll, p, SetupDiGetDeviceInterfaceDetailA, TRUE);
239
DLL_LOAD_PREFIXED
(SetupAPI.dll, p, SetupDiDestroyDeviceInfoList, TRUE);
240
DLL_LOAD_PREFIXED
(SetupAPI.dll, p, SetupDiOpenDevRegKey, TRUE);
241
DLL_LOAD_PREFIXED
(SetupAPI.dll, p, SetupDiGetDeviceRegistryPropertyA, TRUE);
242
DLL_LOAD_PREFIXED
(SetupAPI.dll, p, SetupDiOpenDeviceInterfaceRegKey, TRUE);
243
DLL_LOAD_PREFIXED
(AdvAPI32.dll, p, RegQueryValueExW, TRUE)
[
all
...]
Completed in 264 milliseconds