[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SetClipboardData( nFormat, uData )-> <lSuccess>
------------------------------------------------------------------------------
PARAMETER:
<nFormat> Specifies the format of the data. It can be any one of the
system-defined formats, but currently only CF_TEXT is
supported :
CF_TEXT The data is an array of text characters. Each line
ends with a CR/LF combination. A null character
signals the end of the data.
<uData> Is the handle of the data to be placed at the Clipboard.
RETURNS:
<lSuccess> is TRUE if the function is successful
DESCRIPTION:
The SetClipboardData function sets the data in the clipboard. The
application must have called the OpenClipboard function before calling the
SetClipboardData function.
All this is handled automatically by the TCLIPBRD class
SOURCE:
SOURCE\WINAPI\CLPBRD.C
See Also:
OpenClipBoard
GetClpData
CloseClipBoard
TCLIPBOARD
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson