The Clipboard: 5 Shutdown Issues

Up: GEOS SDK TechDocs | Up | Prev: 4 Using Quick-Transfer
ClipboardClearQuickTransferNotification(), ClipboardAbortQuickTransfer(), ClipboardRemoveFromNotificationList()

It is possible for a quick-transfer source object to shut down (be destroyed) before the completion of a quick-transfer operation. If the object registered to be notified of transfer completion, it must un-register as it is shutting down. This is done with ClipboardClearQuickTransferNotification() or ClipboardAbortQuickTransfer() .

Additionally, any application that registers with the Clipboard must un-register when it is shutting down. This is done with the routine ClipboardRemoveFromNotificationList() .


Up: GEOS SDK TechDocs | Up | Prev: 4 Using Quick-Transfer