[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetClpData( nFormat )-> <cData> /* API: GetClipboardData */
------------------------------------------------------------------------------
PARAMETER:
<nFormat> is the type of data to be retrieved. Currently, only Text
Format is supported by FiveWin:
CF_TEXT [1] The data is an array of text characters. Each
line ends with a carriage linefeed (CR-LF)
combination. A null character signals the end
of the data.
RETURNS:
<cData> is the text placed at the clipboard ( it is pending to support
the other formats or private new formats ).
DESCRIPTION:
This function retrieves the contents of the ClipBoard. FiveWin, right now,
only supports text manipulation ( CF_TEXT ) through the Clipboard.
SOURCE:
SOURCE\WINAPI\CLPBRD.C
See Also:
OpenClipboard
SetClpData
CloseClipboard
TClipBoard
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson