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

PhClipboardPasteStart()

Begin a paste operation

Synopsis:

void *PhClipboardPasteStart( unsigned short ig );

Description:

Call this function to begin a paste operation from the clipboard associated with the given input group ig. You can determine the current input group as follows:

The function allocates memory buffers to hold all clipboard data types, which are scanned to provide data to PhClipboardPasteType().

Returns:

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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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


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