<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Peter Foot - Websites</title>
    <link>http://peterfoot.net/</link>
    <description>Microsoft Device Application Development MVP</description>
    <image>
      <url>http://peterfoot.net/images/mugshot.jpg</url>
      <title>Peter Foot - Websites</title>
      <link>http://peterfoot.net/</link>
    </image>
    <copyright>Peter Foot</copyright>
    <lastBuildDate>Fri, 30 Apr 2004 19:33:15 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>peter.foot@appamundi.com</managingEditor>
    <webMaster>peter.foot@appamundi.com</webMaster>
    <item>
      <trackback:ping>http://peterfoot.net/Trackback.aspx?guid=09935423-4670-4ea3-9573-75e09c20f94a</trackback:ping>
      <pingback:server>http://peterfoot.net/pingback.aspx</pingback:server>
      <pingback:target>http://peterfoot.net/PermaLink,guid,09935423-4670-4ea3-9573-75e09c20f94a.aspx</pingback:target>
      <dc:creator />
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Chris has setup a <a href="http://wiki.opennetcf.org">Wiki for OpenNETCF</a>, I've
added a few topics to sample how P/Invokes may be presented. There will be a lot more
work to do to get the template just right but I wanted to ensure the following was
included for each entry by default:-
</p>
        <ul>
          <li>
C# definition 
</li>
          <li>
VB definition 
</li>
          <li>
Equivalent managed functionality. This will point to the .NETCF class you can use
to avoid P/Invoking in the first place or the OpenNETCF class which implements
the P/Invoke. 
</li>
          <li>
Link to full description in SDK. Microsoft have placed online in the MSDN library
the CE.NET 4.2, Pocket PC and Smartphone SDKs which describe the functions and their
arguments and usage.</li>
        </ul>
        <p>
Because of the nature of a Wiki there is an opportunity to easy tag additional information
on, for example Samples or articles which directly apply to the function.
</p>
        <img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=09935423-4670-4ea3-9573-75e09c20f94a" />
      </body>
      <title>P/Invoke Wiki Update</title>
      <guid isPermaLink="false">http://peterfoot.net/PermaLink,guid,09935423-4670-4ea3-9573-75e09c20f94a.aspx</guid>
      <link>http://peterfoot.net/PInvokeWikiUpdate.aspx</link>
      <pubDate>Fri, 30 Apr 2004 19:33:15 GMT</pubDate>
      <description>&lt;p&gt;
Chris has setup a &lt;a href="http://wiki.opennetcf.org"&gt;Wiki for OpenNETCF&lt;/a&gt;, I've
added a few topics to sample how P/Invokes may be presented. There will be a lot more
work to do to get the template just right but I wanted to ensure the following was
included for each entry by default:-
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
C# definition 
&lt;li&gt;
VB definition 
&lt;li&gt;
Equivalent managed functionality. This will point to the .NETCF class you can&amp;nbsp;use
to avoid P/Invoking in the first place&amp;nbsp;or&amp;nbsp;the OpenNETCF class which implements
the P/Invoke. 
&lt;li&gt;
Link to full description in SDK. Microsoft have placed online in the MSDN library
the CE.NET 4.2, Pocket PC and Smartphone SDKs which describe the functions and their
arguments and usage.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Because of the nature of a Wiki there is an opportunity to easy tag additional information
on, for example Samples or articles which directly apply to the function.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=09935423-4670-4ea3-9573-75e09c20f94a" /&gt;</description>
      <category>NETCF</category>
      <category>Websites</category>
    </item>
    <item>
      <trackback:ping>http://peterfoot.net/Trackback.aspx?guid=c0b043a2-e070-4def-94ba-58120961a907</trackback:ping>
      <pingback:server>http://peterfoot.net/pingback.aspx</pingback:server>
      <pingback:target>http://peterfoot.net/PermaLink,guid,c0b043a2-e070-4def-94ba-58120961a907.aspx</pingback:target>
      <dc:creator />
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Heres an interesting concept:-
</p>
        <p>
          <a href="http://www.pinvoke.net">www.pinvoke.net</a>
        </p>
        <p>
It's a Wiki solely devoted to collecting P/Invoke declarations for API functions.
It's desktop windows specific of course. I've been thinking about something like this
that we could host at OpenNETCF.org to provide a searchable reference to Windows CE
P/Invokes - should we start a P/Invoke Wiki?
</p>
        <img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=c0b043a2-e070-4def-94ba-58120961a907" />
      </body>
      <title>P/Invoke Wiki</title>
      <guid isPermaLink="false">http://peterfoot.net/PermaLink,guid,c0b043a2-e070-4def-94ba-58120961a907.aspx</guid>
      <link>http://peterfoot.net/PInvokeWiki.aspx</link>
      <pubDate>Tue, 20 Apr 2004 07:33:39 GMT</pubDate>
      <description>&lt;p&gt;
Heres an interesting concept:-
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.pinvoke.net"&gt;www.pinvoke.net&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
It's a Wiki solely devoted to collecting P/Invoke declarations for API functions.
It's desktop windows specific of course. I've been thinking about something like this
that we could host at OpenNETCF.org to provide a searchable reference to Windows CE
P/Invokes&amp;nbsp;- should we start a P/Invoke Wiki?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://peterfoot.net/aggbug.ashx?id=c0b043a2-e070-4def-94ba-58120961a907" /&gt;</description>
      <category>Websites</category>
    </item>
  </channel>
</rss>