This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Clipboard header structure
typedef char PhClipType[8]; typedef struct { PhClipType type; uint32_t length; void *data; } PhClipboardHdr; #define Ph_CLIPBOARD_TYPE_TEXT "TEXT"
This data structure describes clipboard data. Its members include:
Photon
PhClipboardCopyString(), PhClipboardPasteString(), PhClipboardRead(), PhClipboardWrite()