<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Problem beim kopieren mit SHFILEOPSTRUCT]]></title><description><![CDATA[<p>hi,<br />
ich will dateien mit SHFILEOPSTRUCT kopieren, was auch geht.<br />
nur das soll alles im hintergrund laufen und keine fehlermeldung kommen.<br />
hab das mit fFlags gemacht. nur ich schaff des nicht alle flags zu setzen.</p>
<p>die optionen bracuh ich, aber so geschrieben kopiert der mir dann nix mehr</p>
<pre><code>shFile.fFlags   =   FOF_NOCONFIRMATION
			        | FOF_NOCONFIRMMKDIR
			        | FOF_NOERRORUI;
</code></pre>
<p>so bekomm ich hin das alles im hintergrund läuft nur die fehlermeldung kann ich nicht unterbinden.</p>
<pre><code>shFile.fFlags  |= (FOF_NOCONFIRMATION | FOF_NOCONFIRMMKDIR);
</code></pre>
<p>wie kann ich dann alle drei flags setzen das der dan acuh kopiert.<br />
hoffe eienr von euch kann mir da weiterhelfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/195092/problem-beim-kopieren-mit-shfileopstruct</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 21:59:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/195092.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Oct 2007 23:36:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem beim kopieren mit SHFILEOPSTRUCT on Sat, 13 Oct 2007 23:36:20 GMT]]></title><description><![CDATA[<p>hi,<br />
ich will dateien mit SHFILEOPSTRUCT kopieren, was auch geht.<br />
nur das soll alles im hintergrund laufen und keine fehlermeldung kommen.<br />
hab das mit fFlags gemacht. nur ich schaff des nicht alle flags zu setzen.</p>
<p>die optionen bracuh ich, aber so geschrieben kopiert der mir dann nix mehr</p>
<pre><code>shFile.fFlags   =   FOF_NOCONFIRMATION
			        | FOF_NOCONFIRMMKDIR
			        | FOF_NOERRORUI;
</code></pre>
<p>so bekomm ich hin das alles im hintergrund läuft nur die fehlermeldung kann ich nicht unterbinden.</p>
<pre><code>shFile.fFlags  |= (FOF_NOCONFIRMATION | FOF_NOCONFIRMMKDIR);
</code></pre>
<p>wie kann ich dann alle drei flags setzen das der dan acuh kopiert.<br />
hoffe eienr von euch kann mir da weiterhelfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1384714</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1384714</guid><dc:creator><![CDATA[LuckyProgger]]></dc:creator><pubDate>Sat, 13 Oct 2007 23:36:20 GMT</pubDate></item></channel></rss>