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

PhClipboardPasteType()

Search clipboard for an entry by type

Synopsis:

PhClipHeader *PhClipboardPasteType( 
                  void *cbdata,
                  PhClipType type );

Description:

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

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(), PhClipboardPasteTypeN(), PhClipHeader


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