Clipboard header structure
typedef char PhClipType[8]; typedef struct { PhClipType type; unsigned short length; void *data; } PhClipHeader; #define Ph_CLIPBOARD_TYPE_TEXT "TEXT" #define Ph_CLIPBOARD_MAX_TYPES 5
This data structure describes clipboard data. Its members include:
Photon
PhClipboardCopy(), PhClipboardCopyString(), PhClipboardPasteFinish(), PhClipboardPasteStart(), PhClipboardPasteString(), PhClipboardPasteType(), PhClipboardPasteTypeN()