<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : CXTPSkinManager::Suspend()</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : CXTPSkinManager::Suspend()]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 13:13:19 +0000</pubDate>
  <lastBuildDate>Fri, 04 Apr 2025 09:02:58 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=24566</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[CXTPSkinManager::Suspend() : Wondering why the double &amp;#034;!!&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24566&amp;PID=79179&amp;title=cxtpskinmanagersuspend#79179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 24566<br /><strong>Posted:</strong> 04 April 2025 at 9:02am<br /><br /><div>Wondering why the double "!!" in this api. The same !! is in SetAutoApplyNewWindows/Threads. Guessing the compiler optimizes it away.</div><div><br></div><div>void CXTPSkinManager::Suspend()<br>{<br>&nbsp;&nbsp;&nbsp; _ASSERTE("Already suspended" &amp;&amp; !IsSuspended());<br>&nbsp;&nbsp;&nbsp; if (IsSuspended())<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br><br>&nbsp;&nbsp;&nbsp; m_SuspendedState.u.bSuspended&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = TRUE;<br>&nbsp;&nbsp;&nbsp; m_SuspendedState.u.bAutoApplyWindows = !!m_bAutoApplyWindows;<br>&nbsp;&nbsp;&nbsp; m_SuspendedState.u.bAutoApplyThreads = !!m_bAutoApplyThreads;<br>&nbsp;&nbsp;&nbsp; m_SuspendedState.u.bApplyDCs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = !!HasApplyOptions(xtpSkinApplyDCs);<br><br>&nbsp;&nbsp;&nbsp; SetAutoApplyNewWindows(FALSE);<br>&nbsp;&nbsp;&nbsp; SetAutoApplyNewThreads(FALSE);<br>&nbsp;&nbsp;&nbsp; ModifyApplyOptions(0, xtpSkinApplyDCs);<br>}<br><br></div>]]>
   </description>
   <pubDate>Fri, 04 Apr 2025 09:02:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24566&amp;PID=79179&amp;title=cxtpskinmanagersuspend#79179</guid>
  </item> 
 </channel>
</rss>