load_system_library() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

load_system_library() function

Syntax

HMODULE load_system_library(struct libusb_context *ctx,     const char *name);
Implemented in windows_common.c:102

Arguments

ctx

name

References

LocationReferrerText
windows_common.c:102
HMODULE load_system_library(struct libusb_context *ctx, const char *name)
windows_common.h:415
HMODULE load_system_library(struct libusb_context *ctx, const char *name);
windows_usbdk.c:83load_usbdk_helper_dll()
usbdk_helper.module = load_system_library(ctx, "UsbDkHelper");
windows_usbdk.c:162usbdk_init()
h = load_system_library(ctx, "Advapi32");
windows_winusb.c:177init_dlls()
DLL_GET_HANDLE(ctx, Cfgmgr32);
windows_winusb.c:182init_dlls()
DLL_GET_HANDLE(ctx, AdvAPI32);
windows_winusb.c:186init_dlls()
DLL_GET_HANDLE(ctx, SetupAPI);
windows_winusb.c:2442winusbx_init()
hWinUSB = load_system_library(ctx, "WinUSB");
windows_winusb.c:2482winusbx_init()
hlibusbK = load_system_library(ctx, "libusbK");
windows_winusb.c:3919hid_init()

Call Tree

Functions calling load_system_library()
Functions called by load_system_library()
load_system_library()
sprintf()
GetSystemDirectoryA()
strlen()
LoadLibraryA()
usbi_err()
all items filtered out
Data read by load_system_library()
Data written by load_system_library()
load_system_library()::library_path
load_system_library()::filename_start
load_system_library()::length
all items filtered out
load_system_library()
load_system_library()::filename_start
load_system_library()::length
all items filtered out
Type of load_system_library()
load_system_library()
UINT
HINSTANCE__
all items filtered out