TypeChange.h
上传用户:lx6688
上传日期:2016-01-30
资源大小:46k
文件大小:1k
源码类别:

网络截获/分析

开发平台:

Visual C++

  1. #if !defined(AFX_TYPECHANGE_H__A55FCA76_3AAF_4225_9275_B3D4024459C8__INCLUDED_)
  2. #define AFX_TYPECHANGE_H__A55FCA76_3AAF_4225_9275_B3D4024459C8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TypeChange.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTypeChange dialog
  10. class CTypeChange
  11. {
  12. // Construction
  13. public:
  14. CTypeChange();   // standard constructor
  15. bool IsHexString(CString);
  16. int cstr2hex(CString, char *, int);
  17. // Implementation
  18. protected:
  19. };
  20. //{{AFX_INSERT_LOCATION}}
  21. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  22. #endif // !defined(AFX_TYPECHANGE_H__A55FCA76_3AAF_4225_9275_B3D4024459C8__INCLUDED_)