The ChangeClipboardChain function removes a specified window from the chain of clipboard viewers.
BOOL ChangeClipboardChain(
HWND hWndRemove, |
// handle to window to remove |
HWND hWndNewNext |
// handle to next window |
); |
The return value indicates the result of passing the WM_CHANGECBCHAIN message to the windows in the clipboard viewer chain. Because a window in the chain typically returns FALSE when it processes WM_CHANGECBCHAIN, the return value from ChangeClipboardChain is typically FALSE. If there is only one window in the chain, the return value is typically TRUE.
The window identified by hWndNewNext replaces the hWndRemove window in the chain. The SetClipboardViewer function sends a WM_CHANGECBCHAIN message to the first window in the clipboard viewer chain.
SetClipboardViewer, WM_CHANGECBCHAIN
file: /Techref/os/win/api/win32/func/src/f04_12.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 22:31,
3.149.25.162: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://linistepper.com/techref/os/win/api/win32/func/src/f04_12.htm"> ChangeClipboardChain</A> |
Did you find what you needed? |