Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. void CWinApp::ReleaseTaskBarRefs()
  2. {
  3. m_bTaskbarInteractionEnabled = FALSE;
  4.  
  5. if (m_pTaskbarList != NULL)
  6. {
  7. RELEASE(m_pTaskbarList);
  8. m_pTaskbarList = NULL;
  9. }
  10.  
  11. if (m_pTaskbarList3 != NULL)
  12. {
  13. RELEASE(m_pTaskbarList3);
  14. m_pTaskbarList3 = NULL;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement