![]() |
![]() |
![]() |
![]() |
Begin a paste operation
void *PhClipboardPasteStart( unsigned short ig );
ph
Call this function to begin a paste operation from the clipboard associated with the given input group ig.
To determine the current input group, call PhInputGroup(), passing to it the event that triggered the clipboard operation (e.g. cbinfo->event).
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
![]() |
![]() |
![]() |
![]() |