Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/tools/loadrun.TWL/
Disd_api.c79 HINSTANCE ISTD_DllInstance; variable
85 #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()