Search clipboard for an entry by order
PhClipHeader *PhClipboardPasteTypeN( void *cbdata,
int n);
This function searches the clipboard data for the nth entry and returns a header structure to it. This allows clipboard-viewing applications to obtain all data types from the clipboard without prior knowledge of the types.
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(), PhClipboardPasteType(), PhClipHeader