The WM_SIZECLIPBOARD message is sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and the clipboard viewer’s client area has changed size.
WM_SIZECLIPBOARD hwndViewer = (HWND) wParam; // handle of clipboard viewer window hglbRc = (HGLOBAL) lParam; // handle of RECT object
When the clipboard viewer window is about to be destroyed or resized, a WM_SIZECLIPBOARD message is sent with a null rectangle (0, 0, 0, 0) as the new size. This permits the clipboard owner to free its display resources.
The clipboard owner must use the GlobalLock function to lock the memory object that contains RECT. Before returning, the clipboard owner must unlock the object by using the GlobalUnlock function.
GlobalLock, GlobalUnlock, RECT
file: /Techref/os/win/api/win32/mess/src/msg28_2.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/4 17:15,
18.216.111.153:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/mess/src/msg28_2.htm"> WM_SIZECLIPBOARD</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.