摘要: #include #include #include void EncodeString(LPCTSTR lpszText, LPTSTR *lpszReturn, LPCTSTR lpszKey) { int nTextLen = 0; char *cPos = NULL; char *pDest = NULL; if(!lpszReturn) // ... 阅读全文
posted @ 2016-09-09 10:36 hellohyi 阅读(4736) 评论(0) 推荐(0) 编辑