Home
last modified time | relevance | path

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

/bsp/simulator/drivers/
A Dmodule_win32.c247 HINSTANCE hinstlib; in rt_module_open() local
274 hinstlib = LoadLibrary(winpath); in rt_module_open()
275 if (hinstlib == NULL) in rt_module_open()
281 fptr = (appentry_t)GetProcAddress(hinstlib, "main"); in rt_module_open()
285 FreeLibrary(hinstlib); in rt_module_open()
429 HINSTANCE hinstlib; in rt_module_exec_cmd() local
466 hinstlib = LoadLibrary(winpath); in rt_module_exec_cmd()
467 if (hinstlib == NULL) in rt_module_exec_cmd()
473 fptr = (appentry_t)GetProcAddress(hinstlib, "main"); in rt_module_exec_cmd()
477 FreeLibrary(hinstlib); in rt_module_exec_cmd()

Completed in 10 milliseconds