<?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: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>1314错误 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/1314%E9%94%99%E8%AF%AF/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 08:03:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>CreateProcessAsUser的1314错误解决方案</title>
		<link>https://www.coder4.com/archives/447</link>
					<comments>https://www.coder4.com/archives/447#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:30:19 +0000</pubDate>
				<category><![CDATA[Visual C++ && C#]]></category>
		<category><![CDATA[1314]]></category>
		<category><![CDATA[1314错误]]></category>
		<category><![CDATA[CreateProcessAsUser]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=447</guid>

					<description><![CDATA[目的：让程序运行在别的用户权限下。 2000下可以正常使用，但是对于xp网上的各种权限Token设置均无效&#8230;&#8230;所以，建议大家使用CreateProcessWithLogonW函数来进行这个操作。 如果你要对创建出的子程序进行重定向，请注意一定要设置STARTINFO中的hStdError = hSTDOUTwr;否则会爆出Invalid HANDLE的错误，而这在Createprocess中是不会报错的。。。。 另外，如果出现编译时&#8220;无法找到CreateP[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/447/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
