Platform |
Win32, x64 |
Purpose |
To copy data to the clipboard. |
Syntax |
INTEGER FUNCTION COPY_TO_CLIPBOARD@( BUFFER, NUM, TYPE ) |
Description |
NUM contents of BUFFER will be placed into the Windows clipboard and will be of the TYPE specified. For a list of the available data types see the COPY_FROM_CLIPBOARD@ function. On 64-bit systems more than 2GB of data canvas can be copied to the clipboard using COPY_TO_CLIPBOARD64@. |
Return value |
Returns 1 on success or zero on failure. |
See also |
COPY_TO_CLIPBOARD64@, |