Searched refs:g_TcFunctions (Results 1 – 1 of 1) sorted by relevance
146 TC_FUNCTIONS g_TcFunctions = variable172 TC_FUNCTIONS g_TcFunctions = variable320 …currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()324 …currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()344 g_TcFunctions.hTcApiDllHandle = LoadLibrarySafe("TcApi.dll"); in LoadTcFunctions()345 if (g_TcFunctions.hTcApiDllHandle == NULL) break; in LoadTcFunctions()347 …g_TcFunctions.QueryPortList = (TcFcnQueryPortList) GetProcAddress(g_TcFunctions.hTcApiDllHan… in LoadTcFunctions()348 …g_TcFunctions.FreePortList = (TcFcnFreePortList) GetProcAddress(g_TcFunctions.hTcApiDllHandl… in LoadTcFunctions()350 …g_TcFunctions.StatusGetString = (TcFcnStatusGetString) GetProcAddress(g_TcFunctions.hTcApiDllH… in LoadTcFunctions()352 …g_TcFunctions.PortGetName = (TcFcnPortGetName) GetProcAddress(g_TcFunctions.hTcApiDllHandle,… in LoadTcFunctions()[all …]