◄Function Group► ◄Overview► ◄Message Group► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINCLIPBOARD BOOL WinEmptyClipbrd(hab) HAB hab; /* handle of the anchor block */ The WinEmptyClipbrd function empties the clipboard, removing and freeing all handles to data that were on the clipboard. Parameter Description ──────────────────────────────────────────────────────────────────────────── hab Identifies an anchor block. Return Value The return value is TRUE if the function is successful or FALSE if an error occurs. Comments This function will send a WM_DESTROYCLIPBOARD message to the clipboard owner. See Also WinCloseClipbrd, WinOpenClipbrd, WM_DESTROYCLIPBOARD ♦