◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINCLIPBOARD WM_PAINTCLIPBOARD hwndClip = HWNDFROMMP(mp1); /* handle of clipboard viewer */ The WM_PAINTCLIPBOARD message is sent by an application to the current clipboard viewer when the clipboard's client area is to be repainted. Parameter Description ──────────────────────────────────────────────────────────────────────────── hwndClip Low and high word of mp1. Identifies the clipboard-viewer window. Return Value An application should return zero if it processes this message. See Also WM_DRAWCLIPBOARD ♦