<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	「夏树的C语言篇 &#8211; 基于GDI的控制台贴图」的评论	</title>
	<atom:link href="https://tree.moe/c-wingdi-output-image-to-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://tree.moe/c-wingdi-output-image-to-terminal/</link>
	<description>云端筑梦</description>
	<lastBuildDate>Fri, 24 Sep 2021 12:20:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		评论者：natuki		</title>
		<link>https://tree.moe/c-wingdi-output-image-to-terminal/#comment-9</link>

		<dc:creator><![CDATA[natuki]]></dc:creator>
		<pubDate>Tue, 10 Mar 2020 15:07:41 +0000</pubDate>
		<guid isPermaLink="false">https://tree.moe/?p=95#comment-9</guid>

					<description><![CDATA[Note: 如果&lt;code&gt;GetDC&lt;/code&gt;函数的HWND hWnd参数传入NULL, 则将会获得整个屏幕的上下文句柄(HDC), 之后GDI函数可以通过该HDC针对整个屏幕进行绘制操作。]]></description>
			<content:encoded><![CDATA[<p>Note: 如果<code>GetDC</code>函数的HWND hWnd参数传入NULL, 则将会获得整个屏幕的上下文句柄(HDC), 之后GDI函数可以通过该HDC针对整个屏幕进行绘制操作。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：natuki		</title>
		<link>https://tree.moe/c-wingdi-output-image-to-terminal/#comment-8</link>

		<dc:creator><![CDATA[natuki]]></dc:creator>
		<pubDate>Sat, 07 Mar 2020 11:17:02 +0000</pubDate>
		<guid isPermaLink="false">https://tree.moe/?p=95#comment-8</guid>

					<description><![CDATA[Note: 为了使用&lt;code&gt;TransparentBlt&lt;/code&gt;其实也可以不修改链接器设置, 使用&lt;code&gt;#pragma comment(lib,&quot;Msimg32.lib&quot;)&lt;/code&gt;为Msimg32.lib添加引用即可(注意语句末尾无分号)。]]></description>
			<content:encoded><![CDATA[<p>Note: 为了使用<code>TransparentBlt</code>其实也可以不修改链接器设置, 使用<code>#pragma comment(lib,"Msimg32.lib")</code>为Msimg32.lib添加引用即可(注意语句末尾无分号)。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
