<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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>
	「Step to UEFI (65） &#8212;&#8211; ShellWriteFile的使用」的评论	</title>
	<atom:link href="https://www.lab-z.com/shellwritefile/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/shellwritefile/</link>
	<description></description>
	<lastBuildDate>Fri, 16 Dec 2022 01:09:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/shellwritefile/#comment-298094</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Fri, 16 Dec 2022 01:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=3627#comment-298094</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/shellwritefile/#comment-298093&quot;&gt;AB&lt;/a&gt;。

我看了一下 ，应该是这样的例如：

1.第一次调用 ShellWriteFile() 会对文件写入一段
2.再次调用ShellWriteFile() 会对文件写入下一段

你可以试试]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/shellwritefile/#comment-298093">AB</a>。</p>
<p>我看了一下 ，应该是这样的例如：</p>
<p>1.第一次调用 ShellWriteFile() 会对文件写入一段<br />
2.再次调用ShellWriteFile() 会对文件写入下一段</p>
<p>你可以试试</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：AB		</title>
		<link>https://www.lab-z.com/shellwritefile/#comment-298093</link>

		<dc:creator><![CDATA[AB]]></dc:creator>
		<pubDate>Thu, 15 Dec 2022 04:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=3627#comment-298093</guid>

					<description><![CDATA[請問我要怎麼分段寫入同一個檔案?能提點下嗎?]]></description>
			<content:encoded><![CDATA[<p>請問我要怎麼分段寫入同一個檔案?能提點下嗎?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/shellwritefile/#comment-298090</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Sun, 27 Nov 2022 01:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=3627#comment-298090</guid>

					<description><![CDATA[是不是创建 Buffer 的时候溢出了？你可以先试试分段写入，不要一次性写入。]]></description>
			<content:encoded><![CDATA[<p>是不是创建 Buffer 的时候溢出了？你可以先试试分段写入，不要一次性写入。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：AB		</title>
		<link>https://www.lab-z.com/shellwritefile/#comment-298089</link>

		<dc:creator><![CDATA[AB]]></dc:creator>
		<pubDate>Sat, 26 Nov 2022 03:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=3627#comment-298089</guid>

					<description><![CDATA[你好，我想請教一個問題，我調用了一個建立了一個Buffer[0x100000]，然後調用ShellWriteFile(Handle,0x100000,Buffer)，結果在編譯EDK2會發生編譯錯誤，主要是 __chkstk 問題。
查詢網路後好像是說因為我Buffer溢出，請問要如何解決?因為我需要將Buffer大小為1M資料寫入檔案]]></description>
			<content:encoded><![CDATA[<p>你好，我想請教一個問題，我調用了一個建立了一個Buffer[0x100000]，然後調用ShellWriteFile(Handle,0x100000,Buffer)，結果在編譯EDK2會發生編譯錯誤，主要是 __chkstk 問題。<br />
查詢網路後好像是說因為我Buffer溢出，請問要如何解決?因為我需要將Buffer大小為1M資料寫入檔案</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
