[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
OpenClipboard( hWnd )-> <lSuccess>
------------------------------------------------------------------------------
PARAMETER:
<hWnd> Is the handle that identifies the window to be associated
with the open clipboard
RETURNS:
<lSuccess> is TRUE if the function is successful, and FALSE if another
application has already opened the clipboard
DESCRIPTION:
The OpenClipboard function opens the clipboard. Other applications will
not be able to modify the clipboard until CloseClipboard() is called.
The window identified by <hWnd> will not become the owner of the clipboard
until EmptyClipboard() is called.
FiveWin automatically manages this functions within the TClipBoard class.
SOURCE:
SOURCE\WINAPI\CLPBRD.C
See Also:
CloseClipBoard
EmptyClipBoard
TCLIPBOARD
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson