⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 utility.h

📁 WinCE下实现的罗技usb摄像头驱动程序 镜像启动後插入摄像头并输入驱动dll名称进行加载 附带测试程序
💻 H
字号:
// Utility.h: interface for the CUtility class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_UTILITY_H__1B08B109_3048_4A89_B3B7_C3B0458BB46C__INCLUDED_)
#define AFX_UTILITY_H__1B08B109_3048_4A89_B3B7_C3B0458BB46C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CUtility  
{
public:
	CUtility();
	virtual ~CUtility();

	// 数据转化
	static void UnsignedShortToCharp(unsigned short *srcstr,char *deststr);
	static void CharpToUnsignedShort(const char *srcstr,unsigned short *deststr);
};

#endif // !defined(AFX_UTILITY_H__1B08B109_3048_4A89_B3B7_C3B0458BB46C__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -