搜索资源列表
xp163.com.7.159
- ·此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。... -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProc
mySerialFour最终版B
- 该程序是由EVC 4.0编写,主要用于嵌入式的串口通信,具有很好的出错能力和完善的数据通信过程中情况判别-This is EVC 4.0 programme, it focuses on serial port communicaiton, it has the good performance of handle exceptions and perfect sense of data communication
HowToDevelopAnOAL
- Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is a layer of code between the Windows CE kernel and the hardware of your target device. You develop an OAL to communicate data between your operating sy
FANGWENUSB
- //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
FreeFormPPC
- #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &dlg int nResponse = dlg.Do
BmpOutPut
- WinCE实现屏幕截图并保存为BMP文件,通过句柄获得HDC并保存为BMP文件,从而实现全屏截图以及窗口截图,详细内容:http://blog.csdn.net/wyunteng/archive/2011/04/30/6375381.aspx-WinCE screenshot and save it as BMP file handle HDC and save it as BMP file in order to achieve full-screen screenshots and wind
ForwardMgr
- windows mobile下,通过tapi实现的来电转接程序-Programatically forwarding calls using TAPI February 9, 2009, 12:59 am Download the source code Recently one of my friend asked me how to forward calls using the USSD commands. This link describes how to forw
exception
- 此程序可用来学习异常处理机制,用例题演示了怎样利用try-catch-finally语句捕获和处理异常-This procedure can be used to study exception handling mechanism, with the example demonstrates how to use try-catch-finally statement to catch and handle exceptions
CSimpleDate
- A simple class to handle date and time also on windows ce and mobile
IniFile
- Class to handle ini file also on windows ce and mobile
ADCClass
- 完成简单的AD数据采集,将采集过程作为一个类来处理-To complete a simple AD data acquisition, the acquisition process as a class to handle
WindowsPCEP6.0Developer-Refrence-
- 针对嵌入式设备的独特需求设计复杂的应用程序 管理虚拟内存,堆和栈以减小程序的内存占用。 创建多线程进程和处理事件。 使用存储器管理来管理不同的文件系统和卷 使用数据库API存储简单的分组数据 写注册表数据、枚举主键和键值 跳读用户、计时器和系统事件以及气泡通知 连接到有线和无线网络,PC以及其他设备-The unique needs of embedded devices for the design of complex applications Virtua
Threaded-programming-test
- 本代码用于WinCE环境下线程的创建和销毁,线程是编程中常常用到的处理多任务的方法。-The code for WinCE environment thread creation and destruction, the thread is a method often used in programming to handle multiple tasks.
