<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VC爱好者 v3.0 &#187; sdk</title>
	<atom:link href="http://www.vcfans.com/tag/sdk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vcfans.com</link>
	<description>生活的天平本不平衡，只有通过努力改变其偏向。</description>
	<lastBuildDate>Tue, 22 Nov 2011 17:32:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VC++文件拖拽功能实现</title>
		<link>http://www.vcfans.com/2008/11/visual-c-drag-and-drop-files-to-achieve.html</link>
		<comments>http://www.vcfans.com/2008/11/visual-c-drag-and-drop-files-to-achieve.html#comments</comments>
		<pubDate>Sat, 08 Nov 2008 15:33:01 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[win32]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=724</guid>
		<description><![CDATA[Windows程序支持两种拖拽试式，一种文件拖拽，这正是我今天要演示的。一种是OLE拖拽，当你在VC中编辑代码，将代码从这个位置拖到另一个位置，就属于这种。拖拽功能给用户的操作带很大的方便，这一细节有助于提高软件的交互性和用户体验。这早已不是什么新技术，介绍给还不知道的朋友。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/11/visual-c-drag-and-drop-files-to-achieve.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/11/visual-c-drag-and-drop-files-to-achieve.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>GDI+ SDK参考（翻译版本）,Doc版</title>
		<link>http://www.vcfans.com/2008/09/gdi-sdk-reference-translated-version-doc-edition.html</link>
		<comments>http://www.vcfans.com/2008/09/gdi-sdk-reference-translated-version-doc-edition.html#comments</comments>
		<pubDate>Wed, 17 Sep 2008 06:54:06 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[电子书]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=548</guid>
		<description><![CDATA[作者未知,感谢Seenen大侠分享.

GDI+概述:

Microsoft Windows GDI+ 是Windows XP和Windows Server 2003操作系统的子系统，它负责在屏幕和打印机上显示信息。GDI+是一个应用程序编程接口（API），它由一组C++类实现。

顾名思义，GDI+是对于GDI的继承，后者包含于早期的Windows版本中。Windows XP 或者 Windows Server 2003支持GDI以保持对现有程序的兼容性，但是编写新程序的开发者应该使用GDI+来实现他们所有的图形需求，因为GDI+不仅优化了大部分GDI性能而且提供了更多特性。

一个图形设备接口，比如GDI+，允许应用程序开发者将信息显示在显示器或者打印机上，而无需考虑该显示设备的详细情况。应用程序开发者调用 GDI+类所提供的方法，而这些方法又依次适当的调用特定设备驱动程序。GDI+使得应用程序和图形硬件隔离开来，得益于此，开发者因而可以创建设备无关的应用程序.[......]<p class='read-more'><a href='http://www.vcfans.com/2008/09/gdi-sdk-reference-translated-version-doc-edition.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/09/gdi-sdk-reference-translated-version-doc-edition.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>@笔记：窗口回调类程序结构的一种扩展写法</title>
		<link>http://www.vcfans.com/2008/08/notes-window-callback-class-structure-of-a-program-to-expand-wording.html</link>
		<comments>http://www.vcfans.com/2008/08/notes-window-callback-class-structure-of-a-program-to-expand-wording.html#comments</comments>
		<pubDate>Sun, 31 Aug 2008 14:49:00 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[工作]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=432</guid>
		<description><![CDATA[其实本篇文章代码结构早已不是什么新鲜写法了，只不过我一直没有在意吧了。前段时间在公司的一个模块中看到一位同事，这样写才引起我的注意。和罗牛人探讨了一下，便有了此文。现在想想最早见此种写法，是在侯杰先生写的《深入浅出MFC》中,他是在也是在模拟MFC消息循环时用的。现在对比下传统写法和我说的“新的”写法。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/08/notes-window-callback-class-structure-of-a-program-to-expand-wording.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/08/notes-window-callback-class-structure-of-a-program-to-expand-wording.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>通过Sock进行http连接事例</title>
		<link>http://www.vcfans.com/2008/03/sock-connection-through-a-http-case.html</link>
		<comments>http://www.vcfans.com/2008/03/sock-connection-through-a-http-case.html#comments</comments>
		<pubDate>Fri, 21 Mar 2008 18:02:04 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[win32]]></category>
		<category><![CDATA[网络]]></category>

		<guid isPermaLink="false">http://localhost/?p=226</guid>
		<description><![CDATA[一段使用sock进行http连接的事例代码

	#include &#60;winsock2.h&#62; 
	#include &#60;windows.h&#62; 
	#include &#60;stdio.h&#62; 
	 
	#pragma comment(lib, "ws2_32.lib") //链接到WS2_32.LIB库 
	 
...[......]<p class='read-more'><a href='http://www.vcfans.com/2008/03/sock-connection-through-a-http-case.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/03/sock-connection-through-a-http-case.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>判断程序有无Administrator的权限</title>
		<link>http://www.vcfans.com/2008/03/determine-whether-procedures-administrator-privileges.html</link>
		<comments>http://www.vcfans.com/2008/03/determine-whether-procedures-administrator-privileges.html#comments</comments>
		<pubDate>Thu, 13 Mar 2008 17:17:42 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[win32]]></category>
		<category><![CDATA[源码]]></category>

		<guid isPermaLink="false">http://localhost/?p=209</guid>
		<description><![CDATA[涉及到的API
*              OpenProcessToken
*    GetCurrentProcess
*    GetTokenInformation
*    AllocateAndInitializeSid
*    EqualSid
*    FreeSid

具体方法:
1.用OpenProcessToken打开进程令牌...[......]<p class='read-more'><a href='http://www.vcfans.com/2008/03/determine-whether-procedures-administrator-privileges.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/03/determine-whether-procedures-administrator-privileges.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows API 一日一练(pdf)</title>
		<link>http://www.vcfans.com/2008/03/windows-api-on-the-1st-of-a-practice-pdf.html</link>
		<comments>http://www.vcfans.com/2008/03/windows-api-on-the-1st-of-a-practice-pdf.html#comments</comments>
		<pubDate>Thu, 13 Mar 2008 17:16:29 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[win32]]></category>

		<guid isPermaLink="false">http://localhost/?p=208</guid>
		<description><![CDATA[本PDF一共收集了73个API的资料，从一般用法到高级用法均有。包括的API有：
LoadAccelerators、AnimateWindow、WaitForSingleObject、CreateThread、 EnterCriticalSection、CreateSemaphore、SetThreadPriority、Cr...[......]<p class='read-more'><a href='http://www.vcfans.com/2008/03/windows-api-on-the-1st-of-a-practice-pdf.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/03/windows-api-on-the-1st-of-a-practice-pdf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft® Windows® Vista SDK 更新</title>
		<link>http://www.vcfans.com/2007/03/microsoft-windows-vista-sdk-update.html</link>
		<comments>http://www.vcfans.com/2007/03/microsoft-windows-vista-sdk-update.html#comments</comments>
		<pubDate>Sat, 24 Mar 2007 15:10:28 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[win32]]></category>

		<guid isPermaLink="false">http://localhost/?p=121</guid>
		<description><![CDATA[Windows Vista操作系统有多复杂?看看这个1.18GB的SDK吧,说是Update,其实是一个完整版本的Windows Vista的SDK,也仅仅包含SDK,内含大量Vista编程所需的API,可通过VS2005进行调用,使用时请安装.NET Framework 3.0,开发人...[......]<p class='read-more'><a href='http://www.vcfans.com/2007/03/microsoft-windows-vista-sdk-update.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2007/03/microsoft-windows-vista-sdk-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

