string.h
上传用户:hbzxgg2
上传日期:2009-03-28
资源大小:291k
文件大小:0k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. #pragma once
  2. #include "global.h"
  3. DLL_INTERNAL CString Data2HexString ( char *data, int size, int nBytesPerLine=16 );
  4. DLL_INTERNAL int ConvStringToHexData(CString csOrgStr, BYTE *szOutBuffer, int nOutBufferSize);
  5. DLL_INTERNAL int GetMltiByteChar ( LPCTSTR lpszOrg, OUT char *buf, int size );
  6. DLL_INTERNAL CString GetCompatibleString ( LPCTSTR lpszOrg, BOOL bOrgIsUncode );
  7. DLL_INTERNAL int hwSnprintf ( LPTSTR buffer, int count, LPCTSTR format, ... );