pSetupDiGetDeviceInterfaceDetailA is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpSetupDiGetDeviceInterfaceDetailA

pSetupDiGetDeviceInterfaceDetailA

References

LocationReferrerText
windows_winusb.h:246
DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiGetDeviceInterfaceDetailA, (HDEVINFO, PSP_DEVICE_INTERFACE_DATA,
windows_winusb.c:191init_dlls()
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetDeviceInterfaceDetailA, true);
windows_winusb.c:299get_interface_details()
if (!pSetupDiGetDeviceInterfaceDetailA(dev_info, &dev_interface_data, NULL, 0, &size, NULL)) {
windows_winusb.c:319get_interface_details()
if (!pSetupDiGetDeviceInterfaceDetailA(dev_info, &dev_interface_data,
windows_winusb.c:372get_interface_details_filter()
if (!pSetupDiGetDeviceInterfaceDetailA(*dev_info, &dev_interface_data, NULL, 0, &size, NULL)) {
windows_winusb.c:392get_interface_details_filter()
if (!pSetupDiGetDeviceInterfaceDetailA(*dev_info, &dev_interface_data, dev_interface_details, size, NULL, NULL)) {

Call Tree

Functions calling pSetupDiGetDeviceInterfaceDetailA
pSetupDiGetDeviceInterfaceDetailA
Functions writing pSetupDiGetDeviceInterfaceDetailA
Functions reading pSetupDiGetDeviceInterfaceDetailA
all items filtered out
pSetupDiGetDeviceInterfaceDetailA
all items filtered out