/* (C) 2003 XDA Developers itsme@xs4all.nl * * $Header$ */ #ifndef __DLLVERSION_H__ #define ITSDLL_VERSION 29 void CheckITSDll(); HRESULT ItsutilsInvoke(const WCHAR *method, DWORD insize, BYTE *inbuf, DWORD *poutsize, BYTE **outbuf); TCHAR *GetAppPath(); #if 0 class RapiConnection { public: RapiConnection() : bConnected(false) {} ~RapiConnection() { if (bConnected) CeRapiUninit(); bConnected= false; } bool Connect() { CheckITSDll(); bConnected= true; } private: bool bConnected; }; #endif #define __DLLVERSION_H__ #endif