Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Disables or enables drawing in the window by calling the LockWindowUpdate Win32 function.
BOOL LockWindowUpdate(
BOOL bLock = TRUE
) throw();
Parameters
- bLock
[in] If TRUE (the default value), the window will be locked. Otherwise, it will be unlocked.
Return Value
TRUE if the window is successfully locked; otherwise, FALSE.
Remarks
If bLock is TRUE, this method passes m_hWnd to the Win32 function; otherwise, it passes NULL.
Requirements
Header: atlwin.h