Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/tools/loadrun/
Disd_api.c52 HINSTANCE ISNTD_DllInstance; variable
58 #define _declDllFunc(type,name) (NITROTOOLAPI_##type)GetProcAddress(ISNTD_DllInstance, NITRO_FUNC_#…
79 ISNTD_DllInstance = LoadLibrary(NITROEMUDLL_NAME); in ISNTD_InitDll()
126 FreeLibrary(ISNTD_DllInstance); in ISNTD_FreeDll()