wince中 我自己的流驱动实现 注册表和bib文件 修改在QZSerialServerARMV4IRel目录下

源代码在线查看: qzserialserver.h

软件大小: 3043 K
上传用户: Tonic2009
关键词: QZSerialServerARMV4IRel wince bib 流驱动
下载地址: 免注册下载 普通下载 VIP

相关代码

				// QZSerialServer.h : main header file for the QZSERIALSERVER DLL
				//
				
				#if !defined(AFX_QZSERIALSERVER_H__355E0AE7_FDA1_44CC_A428_50883BB3809C__INCLUDED_)
				#define AFX_QZSERIALSERVER_H__355E0AE7_FDA1_44CC_A428_50883BB3809C__INCLUDED_
				
				#if _MSC_VER >= 1000
				#pragma once
				#endif // _MSC_VER >= 1000
				
				#ifndef __AFXWIN_H__
					#error include 'stdafx.h' before including this file for PCH
				#endif
				
				#include "resource.h"		// main symbols
				#include 
				#include "ATCommandID.h"
				#include "MobileModule.h"
				
				/////////////////////////////////////////////////////////////////////////////
				// CQZSerialServerApp
				// See QZSerialServer.cpp for the implementation of this class
				//
				
				
				class CQZSerialServerApp : public CWinApp
				{
				public:
					CQZSerialServerApp();
				
				// Overrides
					// ClassWizard generated virtual function overrides
					//{{AFX_VIRTUAL(CQZSerialServerApp)
					public:
					virtual BOOL InitInstance();
					//}}AFX_VIRTUAL
				
					//{{AFX_MSG(CQZSerialServerApp)
						// NOTE - the ClassWizard will add and remove member functions here.
						//    DO NOT EDIT what you see in these blocks of generated code !
					//}}AFX_MSG
					DECLARE_MESSAGE_MAP()
				};
				
				/////////////////////////////////////////////////////////////////////////////
				
				//{{AFX_INSERT_LOCATION}}
				// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
				
				#endif // !defined(AFX_QZSERIALSERVER_H__355E0AE7_FDA1_44CC_A428_50883BB3809C__INCLUDED_)
							

相关资源