int ClipboardPutText (char text[]);
Copies a NULL terminated text string onto the system clipboard.
Linux This function affects only the internal LabWindows/CVI clipboard, not the host system clipboard.
| Input | ||
| Name | Type | Description |
| text | string | Null-terminated string to copy onto the system clipboard. |
| Name | Type | Description | ||||
| status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|