Searched refs:ISTD_DllInstance (Results 1 – 1 of 1) sorted by relevance
79 HINSTANCE ISTD_DllInstance; variable85 #define _declDllFunc(type,name) (ISD_##type)GetProcAddress(ISTD_DllInstance, ISD_FUNC_##name)106 ISTD_DllInstance = LoadLibrary(ISDDLL_NAME); in ISTD_InitDll()152 FreeLibrary(ISTD_DllInstance); in ISTD_FreeDll()