Copy data to the clipboard
int PhClipboardCopy( unsigned short ig, int n, PhClipHeader const clip[] );
This function copies data to the clipboard. Each input group has its own private clipboard, which can be selected through the ig parameter. You can determine the current input group as follows:
Multiple representations of the data may be placed on the clipboard. The number of different types is specified with the n parameter. Each type has a header structure in the clip array. For more information, see PhClipHeader.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhClipboardCopy(), PhClipboardCopyString(), PhClipboardPasteFinish(), PhClipboardPasteStart(), PhClipboardPasteString(), PhClipboardPasteType(), PhClipboardPasteTypeN(), PhClipHeader