The information in this article applies to:
SUMMARY
If the CS_SAVEBITS style is included when registering a pop-up window, a
bitmap copy of the screen image that the window will obscure is saved in
memory when the window is displayed.
The window will take longer to be displayed because memory needs to be allocated. The bitmap also needs to be copied over each time the window is shown. Use should be restricted to small windows that come up and are then removed before much other screen activity takes place. Any memory calls that will discard all discardable memory, and any actions that take place "under" the window, will invalidate the bitmap. Additional query words:
Keywords : kbNTOS kbWinOS2000 kbSDKWin32 kbGrpUser kbWinOS kbWndw kbWndwClass kbWndwProp |
Last Reviewed: February 1, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |