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

PhClipboardPasteFinish()

Release all memory associated with a paste operation

Synopsis:

void PhClipboardPasteFinish( void *cbdata );

Description:

This function releases all memory associated with the current paste operation (begun with PhClipboardPasteStart()). The cbdata argument is the pointer returned by PhClipboardPasteStart().

PhClipboardPasteFinish() function should be called only after all paste operations have been completed and the required data has been extracted from the clipboard.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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


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