CWnd::UnlockWindowUpdate
void CWnd::UnlockWindowUpdate();
Remarks
Call this member function to unlock a window that was locked with CWnd::LockWindowUpdate.
Only one window at a time can be locked using LockWindowUpdate. See CWnd::LockWindowUpdate or the Win32 function for more information on locking windows.