DLL_LOAD_FUNC_PREFIXED is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDDLL_LOAD_FUNC_PREFIXED

DLL_LOAD_FUNC_PREFIXED macro

Syntax

#define DLL_LOAD_FUNC_PREFIXED(dll, prefix, name, ret_on_failure) \     DLL_LOAD_FUNC_PREFIXNAME(dll, prefix##name, name, ret_on_failure)

Arguments

dll

prefix

name

ret_on_failure

References

LocationText
windows_common.h:125
#define DLL_LOAD_FUNC_PREFIXED(dll, prefix, name, ret_on_failure) \
windows_winusb.c:183
DLL_LOAD_FUNC_PREFIXED(AdvAPI32, p, RegQueryValueExA, true);
windows_winusb.c:184
DLL_LOAD_FUNC_PREFIXED(AdvAPI32, p, RegCloseKey, true);
windows_winusb.c:187
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetClassDevsA, true);
windows_winusb.c:188
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInfo, true);
windows_winusb.c:189
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInterfaces, true);
windows_winusb.c:190
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetDeviceInstanceIdA, true);
windows_winusb.c:191
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetDeviceInterfaceDetailA, true);
windows_winusb.c:192
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiGetDeviceRegistryPropertyA, true);
windows_winusb.c:193
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiDestroyDeviceInfoList, true);
windows_winusb.c:194
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiOpenDevRegKey, true);
windows_winusb.c:195
DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiOpenDeviceInterfaceRegKey, true);