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.
WinCloseClipbrd (1.2)
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