| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
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()
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |