The Clipboard: 3.8 Using The Clipboard: Transfer File Information

Up: GEOS SDK TechDocs | Up | Prev: 3.7 Implementing Undo | Next: 3.9 Undoing a Clipboard Change
ClipboardTestItemFormat(), ClipboardEnumItemFormats(), ClipboardGetItemInfo(), ClipboardGetNormalItemInfo(), ClipboardGetUndoItemInfo(), ClipboardGetClipboardFile()

With the following routines, you can get information about any of the transfer files in use.

ClipboardTestItemFormat()
Given a transfer format, test if the selected transfer item supports that format. Before using this routine, you must first call ClipboardQueryItem() to get the transfer item header.
ClipboardEnumItemFormats()
Return a list of supported transfer formats for the selected transfer item. Before using this routine, you must first call ClipboardQueryItem() to get the transfer item header.
ClipboardGetItemInfo()
Return the source identifier for the transfer item. Before using this routine, you must first call ClipboardQueryItem() to get the transfer item header.
ClipboardGetNormalItemInfo()
Return the VM file handle and VM block handle of the transfer item header for the "Normal" transfer item.
ClipboardGetUndoItemInfo()
Return the VM file handle and VM block handle of the transfer item header for the "Undo" transfer item.
ClipboardGetClipboardFile()
Return the VM file handle of the UI transfer file (the one typically used when copying, cutting, and pasting).

Up: GEOS SDK TechDocs | Up | Prev: 3.7 Implementing Undo | Next: 3.9 Undoing a Clipboard Change