Search clipboard for an entry by type
PhClipHeader *PhClipboardPasteType(
void *cbdata,
PhClipType type );
This function searches the clipboard data for an entry of the specified type (an 8-character string, such as TEXT). The cbdata argument is the pointer returned by PhClipboardPasteStart().
A pointer to a header structure describing the requested data, or NULL if no matching type was located on the clipboard. For more information, see PhClipHeader.
![]() |
This data is held in memory and used by PhClipboardPasteStart() and PhClipboardPasteFinish(). If your application needs this information, copy the data to a permanent location. |
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
PhClipboardCopy(), PhClipboardCopyString(), PhClipboardPasteFinish(), PhClipboardPasteStart(), PhClipboardPasteString(), PhClipboardPasteTypeN(), PhClipHeader