win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinEmptyClipbrd (1.2)
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