Searched refs:moduleHandle (Results 1 – 2 of 2) sorted by relevance
116 unsigned int moduleHandle = 0; variable117 moduleHandle = FindNLMHandle("UCSCORE.NLM");118 if (moduleHandle)120 PFUCSINITIALIZE ucsinit = (PFUCSINITIALIZE)ImportSymbol(moduleHandle,"UCSInitialize");
523 unsigned int moduleHandle = 0; in fnLaunchPerl() local557 moduleHandle = FindNLMHandle("UCSCORE.NLM"); in fnLaunchPerl()558 if (moduleHandle) in fnLaunchPerl()560 PFUCSTERMINATE ucsterminate = (PFUCSTERMINATE)ImportSymbol(moduleHandle, "therealUCSTerminate"); in fnLaunchPerl()