Home
last modified time | relevance | path

Searched refs:lib_handle (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c164 static HMODULE lib_handle = NULL; variable
245 lib_handle = LoadLibraryA("hid.dll"); in lookup_functions()
246 if (lib_handle) { in lookup_functions()
247 #define RESOLVE(x) x = (x##_)GetProcAddress(lib_handle, #x); if (!x) return -1; in lookup_functions()
307 if (lib_handle) in hid_exit()
308 FreeLibrary(lib_handle); in hid_exit()
309 lib_handle = NULL; in hid_exit()

Completed in 8 milliseconds