MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / free_library_handles

Function free_library_handles

lib/hidapi/windows/hid.c:109–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107static BOOLEAN hidapi_initialized = FALSE;
108
109static void free_library_handles()
110{
111 if (hid_lib_handle)
112 FreeLibrary(hid_lib_handle);
113 hid_lib_handle = NULL;
114 if (cfgmgr32_lib_handle)
115 FreeLibrary(cfgmgr32_lib_handle);
116 cfgmgr32_lib_handle = NULL;
117}
118
119static int lookup_functions()
120{

Callers 2

lookup_functionsFunction · 0.85
hid.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected