ClipboardPutText

int ClipboardPutText (char text[]);

Purpose

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.

Parameters

Input
Name Type Description
text string Null-terminated string to copy onto the system clipboard.

Return Value

Name Type Description
status integer Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Code Error Message String
xx Success