Content of TormItfc.h

class __declspec(dllexport) TormInterface { public: TormInterface(){}; virtual ~TormInterface(){}; static void OnReceive(void * app,void * buf, int size); static void * NewApp(void * agent,int argc,const char*const* argv); static void DeleteApp(void * app); static int DispatchCMD ( void * app,int argc , const char*const* argv); static void OnTimer(void * handler); };
Description

In the above interface class,NsTorm.dll has defined several Interfaces to be called by ns.