Begin a paste operation
void *PhClipboardPasteStart( unsigned short ig );
Call this function to begin a paste operation from the clipboard associated with the given input group ig. You can determine the current input group as follows:
The function allocates memory buffers to hold all clipboard data types, which are scanned to provide data to PhClipboardPasteType().
A pointer to an internal structure describing the clipboard data, or NULL if an error occurred. The pointer must be passed to PhClipboardPasteType() and PhClipboardPasteFinish().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhClipboardCopy(), PhClipboardCopyString(), PhClipboardPasteFinish(), PhClipboardPasteString(), PhClipboardPasteType(), PhClipboardPasteTypeN(), PhClipHeader