Platform |
x64 | |||||||||||||||||||||||||||||||||||||||||||||
Purpose |
To copy large data from the clipboard. |
|||||||||||||||||||||||||||||||||||||||||||||
Syntax |
INTEGER FUNCTION COPY_FROM_CLIPBOARD64@( BUFFER, NUM, TYPE ) |
|||||||||||||||||||||||||||||||||||||||||||||
Description |
Use this routine to copy anything from the clipboard. The following data types can exist in the clipboard, though not all are directly supported by ClearWin+: |
|||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||
|
The BUFFER will contain NUM bytes copied from the clipboard. To determine the length of CF_TEXT or CF_OEMTEXT the routine SIZEOF_CLIPBOARD_TEXT64@ can be called. |
|||||||||||||||||||||||||||||||||||||||||||||
Return value |
Returns 1 for success or zero for failure. |
|||||||||||||||||||||||||||||||||||||||||||||
Notes |
Added to FTN95 at version 8.10 |
|||||||||||||||||||||||||||||||||||||||||||||
See also |
COPY_TO_CLIPBOARD@, COPY_TO_CLIPBOARD64@, COPY_FROM_CLIPBOARD@, CLIPBOARD_TO_SCREEN_BLOCK@, GRAPHICS_TO_CLIPBOARD@, SIZEOF_CLIPBOARD_TEXT@, SIZEOF_CLIPBOARD_TEXT64@ |
|||||||||||||||||||||||||||||||||||||||||||||
Example |
INTEGER*8 addr,len,i |