摘要: //解析数据函数指针typedef int ( __stdcall *ParseDataPFun)(HOBJECT hObj, const BYTE* pBuffer, int nLength);typedef int ( __stdcall *ParseDataPFunEx)(HOBJECT hObj, const BYTE* pBuffer, int nLength , byte* pInfoBuf , int nInfoBufSize);int SendAndParseData( HOBJECT hObj , int nPackCount , ParseDataPFun pPa... 阅读全文
posted @ 2013-07-05 16:25 友琼 阅读(182) 评论(0) 推荐(0) 编辑