![]() |
CXTPSkinManager::Suspend() |
Post Reply ![]() |
Author | |
rdhd ![]() Senior Member ![]() ![]() Joined: 13 August 2007 Location: United States Status: Offline Points: 919 |
![]() ![]() ![]() ![]() ![]() Posted: 23 hours 24 minutes ago at 9:02am |
Wondering why the double "!!" in this api. The same !! is in SetAutoApplyNewWindows/Threads. Guessing the compiler optimizes it away. void CXTPSkinManager::Suspend()
{ _ASSERTE("Already suspended" && !IsSuspended()); if (IsSuspended()) return; m_SuspendedState.u.bSuspended = TRUE; m_SuspendedState.u.bAutoApplyWindows = !!m_bAutoApplyWindows; m_SuspendedState.u.bAutoApplyThreads = !!m_bAutoApplyThreads; m_SuspendedState.u.bApplyDCs = !!HasApplyOptions(xtpSkinApplyDCs); SetAutoApplyNewWindows(FALSE); SetAutoApplyNewThreads(FALSE); ModifyApplyOptions(0, xtpSkinApplyDCs); } |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |