
mobile
DotNet灵魂
知而达智 智而达远
展开
-
在.NET CF2.0中调用DirectShow来处理视音频数据
适用平台Windows Mobile 5.0Windows CE 5.0开发工具Microsoft Visual Stuido 2005摘要通过本文可以了解如何在.NET CF 2.0中使用COM调用来使用DirectShow对象来实现简单的视音频播放。正文 .NET CF 1.0中对COM对象的调用本人知道有三种:第一种:使用Odyssey公司的CFCOM控件来调用COM对象。缺转载 2009-02-10 15:51:00 · 2601 阅读 · 0 评论 -
在Windows Mobile 5中使用DirectShow控制摄像头
By Amit RanjanJuly 21, 2006A number of Windows Mobile 5.0 APIs (for example, SHCameraCapture) make it trivial for a mobile application developer to access a camera, but their ease of use comes at转载 2009-02-10 14:16:00 · 1489 阅读 · 0 评论 -
Windows CE下访问物理内存的一些方法!!
嵌入式设备与桌面PC的一个显著不同是它的应用程序中通常需要直接访问某一段物理内存,这在驱动程序中对物理内存的访问尤为重要,尤其是像ARM体系结构下,I/O端口也被映射成某一个物理内存地址。因此,与桌面版本Windows相比,Windows CE提供了相对简单的物理内存访问方式。无论是驱动程序还是应用程序都可以通过API访问某一段物理内存。Windows CE的有些函数中需要用到物理内存结构原创 2009-02-10 14:19:00 · 888 阅读 · 0 评论 -
windows mobile 函数
Windows Mobile 6为开发人员带来的新特性 本次课程将为您介绍Windows Mobile 6提供的最新API,其中包括声音,WISP(Windows Ink Services for Pen (WISP)),DLOCK,Home Screen和其它可供开发人员在Windows Mobile中使用的API。 Outlook DLock allows you to unlock lock转载 2009-02-10 14:20:00 · 997 阅读 · 0 评论 -
windows mobile 关闭gprs连接
unsigned int CloseRasGPRSConnections(){ int index; // An integer index DWORD dwError, dwRasConnSize, dwNumConnections; // Number of connections found RASCONN RasConn[20]; // Buffer for con转载 2009-02-10 14:24:00 · 1824 阅读 · 2 评论