<?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[Re: Kann man mit der WINAPI system-shutdown abbrechen? (was: re)]]></title><description><![CDATA[<pre><code class="language-cpp">BOOL AdjustTokenPrivileges(

    HANDLE TokenHandle,	// handle to token that contains privileges
    BOOL DisableAllPrivileges,	// flag for disabling all privileges
    PTOKEN_PRIVILEGES NewState,	// pointer to new privilege information
    DWORD BufferLength,	// size, in bytes, of the PreviousState buffer
    PTOKEN_PRIVILEGES PreviousState,	// receives original state of changed privileges
    PDWORD ReturnLength 	// receives required size of the PreviousState buffer
   );
</code></pre>
<p>Mfg.</p>
<p>edit: Titel angepasst. Bitte nächstesmal im richtigen Thread posten. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/79210/re-kann-man-mit-der-winapi-system-shutdown-abbrechen-was-re</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 21:57:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79210.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Jul 2004 19:09:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Re: Kann man mit der WINAPI system-shutdown abbrechen? (was: re) on Thu, 08 Jul 2004 20:29:27 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">BOOL AdjustTokenPrivileges(

    HANDLE TokenHandle,	// handle to token that contains privileges
    BOOL DisableAllPrivileges,	// flag for disabling all privileges
    PTOKEN_PRIVILEGES NewState,	// pointer to new privilege information
    DWORD BufferLength,	// size, in bytes, of the PreviousState buffer
    PTOKEN_PRIVILEGES PreviousState,	// receives original state of changed privileges
    PDWORD ReturnLength 	// receives required size of the PreviousState buffer
   );
</code></pre>
<p>Mfg.</p>
<p>edit: Titel angepasst. Bitte nächstesmal im richtigen Thread posten. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/556391</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/556391</guid><dc:creator><![CDATA[Tolga]]></dc:creator><pubDate>Thu, 08 Jul 2004 20:29:27 GMT</pubDate></item><item><title><![CDATA[Reply to Re: Kann man mit der WINAPI system-shutdown abbrechen? (was: re) on Thu, 08 Jul 2004 19:10:56 GMT]]></title><description><![CDATA[<p>das war ne antwort auf &quot;Kann man mit der WINAPI system-shutdown abbrechen?&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/556394</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/556394</guid><dc:creator><![CDATA[Tolga..]]></dc:creator><pubDate>Thu, 08 Jul 2004 19:10:56 GMT</pubDate></item></channel></rss>