﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-岁月流冰的技术博客--笨瑜-随笔分类-Windows Mobile</title><link>http://www.cppblog.com/jasson/category/11863.html</link><description>No prepare is prepare to lose~~~~~~</description><language>zh-cn</language><lastBuildDate>Mon, 21 Sep 2009 06:19:13 GMT</lastBuildDate><pubDate>Mon, 21 Sep 2009 06:19:13 GMT</pubDate><ttl>60</ttl><item><title>rapi学习笔记（一）</title><link>http://www.cppblog.com/jasson/archive/2009/09/21/96834.html</link><dc:creator>岁月流冰</dc:creator><author>岁月流冰</author><pubDate>Mon, 21 Sep 2009 05:10:00 GMT</pubDate><guid>http://www.cppblog.com/jasson/archive/2009/09/21/96834.html</guid><wfw:comment>http://www.cppblog.com/jasson/comments/96834.html</wfw:comment><comments>http://www.cppblog.com/jasson/archive/2009/09/21/96834.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/jasson/comments/commentRss/96834.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/jasson/services/trackbacks/96834.html</trackback:ping><description><![CDATA[因为要给某个厂商做手机的pc suite，所以需要学习rapi的东西。<br><br>一旦一个连接建立在pc和wince端，rapi就可以提供给pc端一个调用wince平台函数的能力。<br><br>pc端是rapi的客户端，而wince设备则是rapi的服务端。<br><br>函数调用的方式跟wince 函数的方法类似，只是rapi的函数大多含有一个ce前缀。<br><br>在使用rapi之前，需要初始化rapi。这里提供了2个方法：<br>1. CeRapiInit。这个函数不会在建立连接或产生错误或其他现成调用此函数前返回。而在返回前，会产生一个阻塞。<br><br>2. CeRapiInitEx。这个函数则不会产生阻塞。
<img src ="http://www.cppblog.com/jasson/aggbug/96834.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/jasson/" target="_blank">岁月流冰</a> 2009-09-21 13:10 <a href="http://www.cppblog.com/jasson/archive/2009/09/21/96834.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>