Lines Matching refs:_declDllFunc

55 #ifdef _declDllFunc
56 #undef _declDllFunc
58 #define _declDllFunc(type,name) (NITROTOOLAPI_##type)GetProcAddress(ISNTD_DllInstance, NITRO_FUNC_#… macro
81 ISNTD_FindOpen = _declDllFunc(FINDOPEN, FINDOPEN); in ISNTD_InitDll()
82 ISNTD_FindNext = _declDllFunc(FINDNEXT, FINDNEXT); in ISNTD_InitDll()
83 ISNTD_FindClose = _declDllFunc(FINDCLOSE, FINDCLOSE); in ISNTD_InitDll()
84 ISNTD_Selector = _declDllFunc(DEVSELECTOR, SELECTOR); in ISNTD_InitDll()
85 ISNTD_DeviceOpen = _declDllFunc(OPEN, OPEN); in ISNTD_InitDll()
86 ISNTD_CheckConnect = _declDllFunc(CHECKCONNECT, CHECKCONNECT); in ISNTD_InitDll()
87 ISNTD_DeviceClose = _declDllFunc(CLOSE, CLOSE); in ISNTD_InitDll()
88 ISNTD_WriteROM = _declDllFunc(WRITEROM, WRITEROM); in ISNTD_InitDll()
89 ISNTD_ReadROM = _declDllFunc(READROM, READROM); in ISNTD_InitDll()
90 ISNTD_Reset = _declDllFunc(RESET, RESET); in ISNTD_InitDll()
91 ISNTD_SyncWriteROM = _declDllFunc(SYNCWRITE, SYNC_WRITEROM); in ISNTD_InitDll()
92 ISNTD_SyncReadROM = _declDllFunc(SYNCREAD, SYNC_READROM); in ISNTD_InitDll()
93 ISNTD_StreamWrite = _declDllFunc(STREAMWRITE, STREAM_WRITE); in ISNTD_InitDll()
94 ISNTD_StreamGetWritableLength = _declDllFunc(STREAMGETWRITABLELEN, STREAM_GETWL); in ISNTD_InitDll()
95 ISNTD_SetReceiveStreamCallBackFunction = _declDllFunc(STREAMSETCB, STREAM_SETCB); in ISNTD_InitDll()
96 ISNTD_StreamCheckStreamReceive = _declDllFunc(STREAMCHKRECV, STREAM_CHECK); in ISNTD_InitDll()
97 ISNTD_SetSyncTimeOut = _declDllFunc(SETSYNCTIMEOUT, SET_SYNCTIMEOUT); in ISNTD_InitDll()
98 ISNTD_GetDebugPrint = _declDllFunc(GETDEBUGPRINT, DEBUGPRINT); in ISNTD_InitDll()
99 ISNTD_GetROMSize = _declDllFunc(ROMSIZE, ROMSIZE); in ISNTD_InitDll()
100 ISNTD_GetPowerStatus = _declDllFunc(CHECKPOWER, CHECKPOWER); in ISNTD_InitDll()
101 ISNTD_CardSlotPower = _declDllFunc(CARDSLOTPOWER, CARDSLOTPOWER); in ISNTD_InitDll()
102 ISNTD_CartridgeSlotPower = _declDllFunc(CARTRIDGESLOTPOWER, CARTSLOTPOWER); in ISNTD_InitDll()
103 ISNTD_GetLastError = _declDllFunc(GETLASTERROR, GETLASTERROR); in ISNTD_InitDll()
104 ISNTD_GetLastErrorMessage = _declDllFunc(GETERRORMESSAGE, GETERRORMESSAGE); in ISNTD_InitDll()