◄Function Group► ◄Overview► ◄Message Group► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINCLIPBOARD BOOL WinCloseClipbrd(hab) HAB hab; /* handle of the anchor block */ The WinCloseClipbrd function closes the clipboard, allowing other applications to open it. This function sends a WM_DRAWCLIPBOARD message, causing the clipboard contents to be drawn in the clipboard-viewer window. The clipboard must be open prior to this function being called. Parameter Description ──────────────────────────────────────────────────────────────────────────── hab Identifies the anchor block. Return Value The return value is TRUE if the function is successful or FALSE if an error occurs. See Also WinEmptyClipbrd, WinOpenClipbrd, WM_DRAWCLIPBOARD ♦