string.h
上传用户:hbzxgg2
上传日期:2009-03-28
资源大小:291k
文件大小:0k
- #pragma once
- #include "global.h"
- DLL_INTERNAL CString Data2HexString ( char *data, int size, int nBytesPerLine=16 );
- DLL_INTERNAL int ConvStringToHexData(CString csOrgStr, BYTE *szOutBuffer, int nOutBufferSize);
- DLL_INTERNAL int GetMltiByteChar ( LPCTSTR lpszOrg, OUT char *buf, int size );
- DLL_INTERNAL CString GetCompatibleString ( LPCTSTR lpszOrg, BOOL bOrgIsUncode );
- DLL_INTERNAL int hwSnprintf ( LPTSTR buffer, int count, LPCTSTR format, ... );