TypeChange.h
资源名称:sendudp.rar [点击查看]
上传用户:lx6688
上传日期:2016-01-30
资源大小:46k
文件大小:1k
源码类别:
网络截获/分析
开发平台:
Visual C++
- #if !defined(AFX_TYPECHANGE_H__A55FCA76_3AAF_4225_9275_B3D4024459C8__INCLUDED_)
- #define AFX_TYPECHANGE_H__A55FCA76_3AAF_4225_9275_B3D4024459C8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TypeChange.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CTypeChange dialog
- class CTypeChange
- {
- // Construction
- public:
- CTypeChange(); // standard constructor
- bool IsHexString(CString);
- int cstr2hex(CString, char *, int);
- // Implementation
- protected:
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TYPECHANGE_H__A55FCA76_3AAF_4225_9275_B3D4024459C8__INCLUDED_)