Searched refs:hTcApiDllHandle (Results 1 – 1 of 1) sorted by relevance
90 HMODULE hTcApiDllHandle; member344 g_TcFunctions.hTcApiDllHandle = LoadLibrarySafe("TcApi.dll"); in LoadTcFunctions()345 if (g_TcFunctions.hTcApiDllHandle == NULL) break; in LoadTcFunctions()347 …ryPortList = (TcFcnQueryPortList) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcQueryPort… in LoadTcFunctions()348 …reePortList = (TcFcnFreePortList) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcFreePortL… in LoadTcFunctions()350 …sGetString = (TcFcnStatusGetString) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcStatusGet… in LoadTcFunctions()352 …g_TcFunctions.PortGetName = (TcFcnPortGetName) GetProcAddress(g_TcFunctions.hTcApiDllHandle,… in LoadTcFunctions()353 …cription = (TcFcnPortGetDescription) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcPortGetDe… in LoadTcFunctions()355 …enByName = (TcFcnInstanceOpenByName) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcInstanceO… in LoadTcFunctions()356 …tanceClose = (TcFcnInstanceClose) GetProcAddress(g_TcFunctions.hTcApiDllHandle, "TcInstanceC… in LoadTcFunctions()[all …]