[Previous] [Contents] [Index] [Next]

PhClipboardPasteTypeN()

Search clipboard for an entry by order

Synopsis:

PhClipHeader *PhClipboardPasteTypeN( void *cbdata, 
                                     int n);

Description:

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().

Returns:

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.


Note: 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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhClipboardCopy(), PhClipboardCopyString(), PhClipboardPasteFinish(), PhClipboardPasteStart(), PhClipboardPasteString(), PhClipboardPasteType(), PhClipHeader


[Previous] [Contents] [Index] [Next]